Fortran SFF API to data I/O streams in C++

◆ report()

void fapidxx::error::FUException::report ( ) const
virtual

Screen report.

report

Reimplemented from fapidxx::error::Exception.

Definition at line 137 of file error.cc.

References Munit, and fapidxx::error::Exception::report().

138  {
139  this->Exception::report();
140  cerr << " Selected file unit: " << Munit << endl;
141  cerr.flush();
142  }
virtual void report() const
Screen report.
Definition: error.cc:94
int Munit
file unit
Definition: error.h:129
Here is the call graph for this function: