octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MSVC compiler support [patch 12]: Fortran code fix


From: Michael Goffioul
Subject: MSVC compiler support [patch 12]: Fortran code fix
Date: Tue, 17 Oct 2006 21:48:15 +0200
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Wrong number of spaces in front of fortran lines of code.

Index: libcruft/lapack-xtra/xdlamch.f
===================================================================
RCS file: /cvs/octave/libcruft/lapack-xtra/xdlamch.f,v
retrieving revision 1.1
diff -p -c -r1.1 xdlamch.f
*** libcruft/lapack-xtra/xdlamch.f      30 Jun 2000 20:55:36 -0000      1.1
--- libcruft/lapack-xtra/xdlamch.f      17 Oct 2006 11:07:41 -0000
***************
*** 1,6 ****
!       subroutine xdlamch (cmach, retval)
!       character cmach
!       double precision retval, dlamch
!       retval = dlamch (cmach)
!       return
!       end
--- 1,6 ----
!       subroutine xdlamch (cmach, retval)
!       character cmach
!       double precision retval, dlamch
!       retval = dlamch (cmach)
!       return
!       end

reply via email to

[Prev in Thread] Current Thread [Next in Thread]