Re: allocation error
In article <1167513726.478631.73660@xxxxxxxxxxxxxxxxxxxxxxxxxxx>,
lane straatman <grumpy196884@xxxxxxxxxxx> wrote:
One thing I really miss from C while I'm coding is the C-style
comments, /* ... */, that envelope a problem block while you're shaking
the bugs out. Does fortran have something other than '!'? LS
In some (but not all!!) contexts you can say
GOTO 666
....
666 CONTINUE
-- John Harper, School of Mathematics, Statistics and Computer Science,
Victoria University, PO Box 600, Wellington 6140, New Zealand
e-mail john.harper@xxxxxxxxx phone (+64)(4)463 5341 fax (+64)(4)463 5045
.
Relevant Pages
- Re: Code correctness, and testing strategies
... you cannot then use any of that code in production. ... let's go back and write unit tests for all the existing code". ... lot more than 1/2 hour testing for 10 hours coding. ... tracking down the bugs which escaped testing and got out to the customers. ... (comp.lang.python) - Re: Code correctness, and testing strategies
... In order to get a new system working, it's nice to be able to throw ... lot more than 1/2 hour testing for 10 hours coding. ... tracking down the bugs which escaped testing and got out to the customers. ... Any bug which gets away from the programmer and is ... (comp.lang.python) - Re: fortran 90 compiler for linux
... So all compilers have bugs. ... In the case of commercial compilers like Lahey LF95, ... Standards related or not, are taken quite seriously, ... even less often related to Fortran 95 Standards. ... (comp.lang.fortran) - Re: "actual argument keyword name"
... You'd be surprised at the kind of bugs I've found in IVF, ... I don't deny that IVF, like every other compiler on the planet, has ... User communities for Intel Software Development Products ... Intel Fortran Support ... (comp.lang.fortran) - Re: derived data type extension
... This is not initialization in the Fortran sense. ... It just asks for bugs because if any one of ... move up to f77 for that one. ... (comp.lang.fortran) |
|