mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Remove spacing that makes travis build happy (even though i didn't introduce this ?)
This commit is contained in:
parent
bdc40e3709
commit
b7e400d0db
@ -11,16 +11,14 @@
|
||||
MemMgr::MemMgr() {
|
||||
|
||||
debugLevel = 0;
|
||||
reducedCheckpoint = true;
|
||||
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…
Reference in New Issue
Block a user