RE: reading lines with trailing white spaces
In a previous article, Kamaraju S Kusumanchi <kamaraju@xxxxxxxxxxxxxx> wrote:
I am having very basic problem with reading lines in a file with trailing
white spaces. Consider
program copy_a_file
! Fortran 90 program to copy a file
implicit none
If all you want to do is copy a file, a system call the easiest
way.
Chris
<snip rest>
.
Relevant Pages
- RE: reading lines with trailing white spaces
... white spaces. ... Fortran 90 program to copy a file ... implicit none ... I dont think there is any system command which can do copy of data ... (comp.lang.fortran) - RE: reading lines with trailing white spaces
... Kamaraju S Kusumanchi wrote: ... I dont think there is any system command which can do copy of ... I am using MPI standard 1.1, Fortran 90/95, Using Debian ... (comp.lang.fortran) - Re: IMPLICIT NONE (F2k8+/-)
... And the victims range from the most novice to the most expert (who despite using IMPLICIT NONE in his own code often has to debug other, lesser, code.) ... It has to do with pragmatism, after 33 years of Fortran experience. ... by shrinking the market by nannying other programmers with whom you simply disagree. ... The compilers will always do so no matter what the standard says. ... (comp.lang.fortran) - Re: Fortran templates
... end type MYDATA ... Implicit statements have to come quite early ... Then this module is USEd in the module that defines the template ... in an analogous fashion in Fortran, ... (comp.lang.fortran) - Re: Ten Commandments for Fortran Programming?
... one can use implicit typing for the ... One thing I've often thought would be a nice addition to Fortran is an IOTA intrinsic, ... apply if one is writing a code library that is also expected to be ... But you can't use allocatable sizing and default initialization. ... (comp.lang.fortran) |
|