Skip to content
Snippets Groups Projects
Commit 367138b4 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

BUG: avoid explicit call init

parent c5b35ae0
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,6 @@ int main(int argc, char* argv[])
Application::Pointer appli = ApplicationRegistry::CreateApplicationFaster(module.c_str());
assert(!appli.IsNull());
appli->Init();
std::map<ParameterType, std::string> parameterTypeToString;
......@@ -230,7 +228,7 @@ int main(int argc, char* argv[])
else if(type ==ParameterType_ListView)
{
//default is None and nothing to add to dFile
}
}
else if(type == ParameterType_Bool)
{
//BoolParameter *bparam = dynamic_cast<BoolParameter*>(param.GetPointer());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment