SPH
|
Base class of diagnostics of the run. More...
#include <Diagnostics.h>
Public Member Functions | |
virtual DiagnosticsReport | check (const Storage &storage, const Statistics &stats) const =0 |
![]() | |
virtual | ~Polymorphic () |
Base class of diagnostics of the run.
Compared to IIntegral, the diagnostics returns a boolean result, indicating whether everything is OK or an error occured.
Definition at line 31 of file Diagnostics.h.
|
pure virtual |