mirror of
https://github.com/nasa/trick.git
synced 2025-03-10 22:44:25 +00:00
Undo spacing It was not suppose to be done on this request
This commit is contained in:
parent
b7e400d0db
commit
7428a98191
@ -14,11 +14,13 @@ MemMgr::MemMgr() {
|
||||
reducedCheckpoint = true;
|
||||
hexfloatCheckpoint = false;
|
||||
compactArraysCheckpoint = true;
|
||||
|
||||
defaultCheckPointAgent = new ClassicChkPtAgent( std::cout );
|
||||
defaultCheckPointAgent->setDebugLevel( debugLevel);
|
||||
defaultCheckPointAgent->setReducedCheckpoint( reducedCheckpoint);
|
||||
defaultCheckPointAgent->setHexfloatCheckpoint( hexfloatCheckpoint);
|
||||
defaultCheckPointAgent->setMakeCompactArrays( compactArraysCheckpoint );
|
||||
|
||||
currentCheckPointAgent = defaultCheckPointAgent;
|
||||
|
||||
typeDictionary = new TypeDictionary();
|
||||
|
Loading…
x
Reference in New Issue
Block a user