Remove spacing that makes travis build happy (even though i didn't introduce this ?)

This commit is contained in:
Shahzad Lone 2019-01-28 22:14:02 -05:00 committed by GitHub
parent bdc40e3709
commit b7e400d0db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,11 @@ 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();