|
|
@ -15,7 +15,7 @@ int main(int argc, char** argv) |
|
|
|
COUT(INFO)<<"Ok"<<std::endl; |
|
|
|
COUT(INFO)<<"Ok"<<std::endl; |
|
|
|
if(G_tosave.size()==0 && G_toprint.size()==0) |
|
|
|
if(G_tosave.size()==0 && G_toprint.size()==0) |
|
|
|
{ |
|
|
|
{ |
|
|
|
COUT(INFO)<<"No actions needed, exiting"<<std::endl; |
|
|
|
COUT(WARNING)<<"No actions needed, exiting"<<std::endl; |
|
|
|
ClearGlobals(); |
|
|
|
ClearGlobals(); |
|
|
|
return 0; |
|
|
|
return 0; |
|
|
|
} |
|
|
|
} |
|
|
@ -35,12 +35,9 @@ int main(int argc, char** argv) |
|
|
|
COUT(INFO)<<(tot-G_vars.size())<<" removed, "<<G_vars.size()<<" remains."<<std::endl; |
|
|
|
COUT(INFO)<<(tot-G_vars.size())<<" removed, "<<G_vars.size()<<" remains."<<std::endl; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RegisterArifmeticFunctions(); |
|
|
|
RegisterArifmeticFunctions(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DumpConfig(); |
|
|
|
COUT(INFO)<<G_vars.size()<<std::endl; |
|
|
|
|
|
|
|
for(auto& i: G_vars) COUT(INFO)<<i.first<<"="+i.second->Dump()<<";"<<std::endl; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ClearGlobals(); |
|
|
|
ClearGlobals(); |
|
|
|
delete DPTree; |
|
|
|
delete DPTree; |
|
|
|