X-Git-Url: https://ruin.nu/git/?p=popboot.git;a=blobdiff_plain;f=main.cpp;h=4eb71ea59c4bd5f54fecf514cb4443b03232de45;hp=4463ff26d4d0e49f2c249c17594ca7340a53337f;hb=3dadaa088d9fff7ca05cbb297f3d7e88179faccb;hpb=13441470b3b895e08b4165e2154665863f1c3b33 diff --git a/main.cpp b/main.cpp index 4463ff2..4eb71ea 100644 --- a/main.cpp +++ b/main.cpp @@ -40,7 +40,7 @@ int main(int argc, char** argv){ getline(file,precond); cout << exec << ":" << effects << ":" << precond << endl; if (effects == "") continue; - actions.push_back(Action(exec, stringToVector(precond), stringToVector(effects))); + //actions.push_back(Action(exec, stringToVector(precond), stringToVector(effects))); } Planner p(actions, stringToVector(argv[2]), stringToVector(argv[3]));