Since 5/3/2012 11:59:56 AM, seesig3208 has written 3 articles and participated in 119 conversations. seesig3208 signature: seesig3208
seesig3208's articles:
Items(3) /1
Attribute for unused dummy arguments1358 (9/13/2012 8:36:09 AM) comp.lang.fortran What about an attribute that asserts that a dummy argument is unused by
a procedure? (I apologize if this has been discussed before.)
Reason:
1) A procedure interface may be predefined or shared by seve... Wolfgang
Polymorphism and allocatables427 (9/6/2012 7:10:54 AM) comp.lang.fortran Getting slowly used to work with polymorphism in F2003, I would like to
do the following:
1) Store some object in a polymorphic container
2) retrieve it later
without actually copying it, i.e., just mo... Wolfgang
Location of .mod files?1345 (5/3/2011 6:50:05 AM) comp.lang.fortran On Unixes, there are recommendations where certain files should be installed. For instance, executables go into some 'bin' directory, libraries into 'lib', etc. Is there any recommended location for Fortran... Wolfgang
Generalizing a call for 1,2,and 3-d arrays.959 (9/19/2012 6:48:12 PM) comp.lang.fortran I am using a set of C++ sparsematrix routines to represent sparse matrices =
in Fortran. I also have a toggle to switch between the Fortran arrays (ie.=
full) and the sparse functions. Trouble is that refe... acferrad9905(7)
Can't explain this?2950 (9/18/2012 1:23:30 PM) comp.lang.fortran I've been translating some Runge-Kutta vibration analysis code from C
to Fortran 2003/08. Finally, I got it up and running - all was fine.
The C code and Fortran code were producing nearly identical numbers.... john.chludzinski(61)
Calling JAVA in FORTRAN165 (9/11/2012 9:41:37 AM) comp.lang.fortran After programming and testing a GUI in Java I would like to use this
GUI in a Fortran 95 program. While there is much info on integrating C
and C++ with Fortran and about using Fortran in Java I would like to... Georg.Waldgreve(5)
Intrinsic function for dp vs sp?2161 (9/11/2012 3:09:47 AM) comp.lang.fortran Searching on the web I found some sites that show cos() for sp and
dcos() for dp. The GNU Fortran site seems to indicate that dcos() is
deprecated ("archaic")? Are there different calls for sp vs. dp for
t... john.chludzinski(61)
Polymorphism and allocatables427 (9/6/2012 7:10:54 AM) comp.lang.fortran Getting slowly used to work with polymorphism in F2003, I would like to
do the following:
1) Store some object in a polymorphic container
2) retrieve it later
without actually copying it, i.e., just mo... seesig3208(122)
Function questions?6669 (8/26/2012 7:57:35 PM) comp.lang.fortran A) Is there an analog to C's return statement?
e.g., "return 3.14159;"
B) Which is preferred/most current:
1) adding "result(...)" onto the end of the function declaration or
2) assigning the fu... john.chludzinski(61)
Type declaration of iterators1563 (8/20/2012 1:58:29 PM) comp.lang.fortran Although I've used Fortran 95/2003 quite a bit lately, I do most of my prog=
ramming in Matlab, and so I'm more used to a more "relaxed" programming sty=
le than what is required for good Fortran programming ... sykledust(3)
gfortran compiler option question?352 (8/20/2012 11:56:55 AM) comp.lang.fortran Instead of prefixing every file with .f or .f95 or .f03 etc., I'd like to u=
se a compiler option to tell gfortran which version/standard the code is. =
I'd like simply to have *.f files (*** I'm a FORTRAN n... john.chludzinski(61)
including long character literal in code3039 (8/13/2012 8:50:34 AM) comp.lang.fortran Hi,
I'm using embedded Lua to read my input files, and want to run some code
by the interpreter, mostly defining helper functions for the input file
writer (a file written by a human) to use.
So the F... paul.anton.letnes1(77)