Can import other files now. (in same directory, use filename without .krak file extention) Right now, still need to compile both files with kraken.

This commit is contained in:
Nathan Braswell
2013-12-31 23:43:49 -06:00
parent 005659b7b7
commit dbf1820428
13 changed files with 203 additions and 116 deletions

View File

@@ -128,3 +128,8 @@ std::string GraphStructuredStack::toString() {
}
return tostring;
}
void GraphStructuredStack::clear() {
gss.clear();
edges.clear();
}