Skip to content
Snippets Groups Projects
Commit 4ef598f5 authored by Saad Jbabdi's avatar Saad Jbabdi
Browse files

*** empty log message ***

parent c05e9950
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,9 @@ probtrackxOptions* probtrackxOptions::gopt = NULL;
modecheck(); // check all the correct options are set for this mode.
if(mode.value()!="simple"){
if(forcedir.value())
logger.setthenmakeDir(logdir.value(),"probtrack.log");
logger.setthenmakeDir(logdir.value(),"probtrackx.log");
else
logger.makeDir(logdir.value(),"probtrack.log");
logger.makeDir(logdir.value(),"probtrackx.log");
cout << "Log directory is: " << logger.getDir() << endl;
......@@ -60,7 +60,7 @@ probtrackxOptions* probtrackxOptions::gopt = NULL;
}
catch(X_OptionError& e){
cerr<<e.what()<<endl;
cerr<<"try: probtrack --help"<<endl;
cerr<<"try: probtrackx --help"<<endl;
exit(0);
}
......
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