generate::Macrofort::closeOutputFile
-- close FORTRAN fileMac::closeOutputFile
(where
Mac:=generate::Macrofort
) closes the FORTRAN file opened
by Mac::openOutputFile
.
generate::Macrofort::closeOutputFile()
the void object of domain type DOM_NULL
Closes FORTRAN file opened by Mac::openOutputFile
.
generate::Macrofort::genFor
,
generate::Macrofort::openOutputFile
Mac::closeOutputFile
(where
Mac:=generate::Macrofort
) closes the ascii file on which
all FORTRAN code generated by successive calls to
Mac::genFor
(see Mac::genFor
and
Mac::init
for more details) was written.
Mac::closedOutputFile
MUST be called at the end of the
last call to Mac::genFor
.
The help-pages of Mac::genFor
, Mac::init
and related functions provide examples.