Skip to content

Commit

Permalink
Utilize logs folder in resources as well as config
Browse files Browse the repository at this point in the history
  • Loading branch information
brtietz committed Jan 9, 2015
1 parent 87c1e27 commit 7519c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/craterEscape/EscapeController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void EscapeController::setupAdapter() {
}

string configAnnealEvolution = path + configName;
AnnealEvolution* evo = new AnnealEvolution(suffix, configAnnealEvolution);
AnnealEvolution* evo = new AnnealEvolution(suffix, configName, configPath);
bool isLearning = true;
configuration configEvolutionAdapter;
configEvolutionAdapter.readFile(configAnnealEvolution);
Expand Down

0 comments on commit 7519c0d

Please sign in to comment.