Browse Source

removing distinction between different platform

using " \t\n\r" on all platforms now for lab parser
tempestpy_adaptions
gereon 12 years ago
parent
commit
fa68492b55
  1. 4
      src/parser/AtomicPropositionLabelingParser.cpp

4
src/parser/AtomicPropositionLabelingParser.cpp

@ -51,11 +51,7 @@ AtomicPropositionLabelingParser::AtomicPropositionLabelingParser(uint_fast64_t n
/*
* first run: obtain number of propositions
*/
#ifdef WINDOWS
char separator[] = " \r\n\t";
#else
char separator[] = " \n\t";
#endif
bool foundDecl = false, foundEnd = false;
uint_fast32_t proposition_count = 0;
{

Loading…
Cancel
Save