diff --git a/include/trick/ADefParseContext.hh b/include/trick/ADefParseContext.hh index 5355a1dc..f686ebd4 100644 --- a/include/trick/ADefParseContext.hh +++ b/include/trick/ADefParseContext.hh @@ -15,7 +15,7 @@ namespace Trick { class ADefParseContext { - public: + public: int debug ; /**< -- Debug level */ std::istream *is; /**< ** Input Stream */ diff --git a/include/trick/CheckPointAgent.hh b/include/trick/CheckPointAgent.hh index ea3948a9..7bd191ad 100644 --- a/include/trick/CheckPointAgent.hh +++ b/include/trick/CheckPointAgent.hh @@ -21,11 +21,11 @@ namespace Trick { typedef struct { VarNameElementType type; int index; - std::string name; + std::string name; } VarNameElement; /** - Base Class for dumping a checkpoint. + Base Class for dumping a checkpoint. */ class CheckPointAgent { @@ -60,7 +60,7 @@ namespace Trick { Push struct element name onto the left-side name stack. */ virtual void push_struct_elem( const char* name) ; - + /** Push array element index onto the left-side name stack. */ @@ -76,8 +76,8 @@ namespace Trick { object to the name on the left-side stack. */ virtual void assign_rvalue( std::ostream& chkpnt_os, - void* address, - ATTRIBUTES* attr, + void* address, + ATTRIBUTES* attr, int curr_dim, int offset )=0; diff --git a/include/trick/CheckPointRestart.hh b/include/trick/CheckPointRestart.hh index d08f869d..8feec31e 100644 --- a/include/trick/CheckPointRestart.hh +++ b/include/trick/CheckPointRestart.hh @@ -218,7 +218,7 @@ namespace Trick { @par Python Usage: @code trick.checkpoint() @endcode @param file_name - optional: name of checkpoint file to dump (default is "chkpnt_