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. ...
|