The out of orderness was actually the fault of the dot graphing program, not Kraken, so that's good news. DOT generation has also been modified so that it properly inserts \n's (actually \n's) where line returns are so that dot can parse the \n and not the line return.
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
#define NULL 0
|
||||
#endif
|
||||
|
||||
//#include <iostream>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
||||
std::string intToString(int theInt);
|
||||
std::string truncateEnd(std::string to_truncate);
|
||||
std::string removeBeginning(std::string to_remove);
|
||||
std::string replace(std::string first, std::string search, std::string replace);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user