Skip a complete trace.
c--------------------------------------------------------------------------
subroutine sff_SkipData(lu,code,last,ierr)
c
c Skip a data block including DAST, WID2 DAT2, data, CHK2 and optionally
c appended Free and Info blocks. Close file if last data block
c is read.
c
c major changes:
c 22/11/96 T.F. added variables code and last to parameter list
c (is needed to decide whether there will
c follow another datablock or not)
c
character code*(*)
c--------------------------------------------------------------------------
76 std::string ocode(
"");
81 if (!is.last()) { ocode +=
"D"; }
84 *last = is.last() ? 1 : 0;
void fillfstring(const std::string &s, char *fstring, ftnlen slen)
fill a Fortran string with a C++ string
::fapidxx::IFileUnits istreammanager
the global istream manager
void close(const int &unit)
close the file associated with this file unit