Quad1
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 2 articles for 0.000 sec
Re: Problems in passing a function to a subroutine     

Group: comp.lang.fortran · Group Profile · Search for Quad1 in comp.lang.fortran
Author: Charles Coldwell
Date: Apr 18, 2008 07:03

... double integrals through calling routines like quad from inside the called function. The Fortran 66 solution to such problems was more than one copy of quad, each with a different name. (quad1, quad2, etc.) and more variables in COMMON. Quoting Richard Maine from a thread on Fortran templates: "I agree that something like templates can be useful in some situations. ...
Show full article (2.39Kb) · Show article thread
Re: Problems in passing a function to a subroutine     

Group: comp.lang.fortran · Group Profile · Search for Quad1 in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Apr 17, 2008 11:28

... double integrals through calling routines like quad from inside the called function. The Fortran 66 solution to such problems was more than one copy of quad, each with a different name. (quad1, quad2, etc.) and more variables in COMMON. Quoting Richard Maine from a thread on Fortran templates: "I agree that something like templates can be useful in some situations. But note ...
Show full article (2.25Kb) · Show article thread