Skip to content
Snippets Groups Projects

Clear TODOs and other obsolete pending tasks

Merged Joan Solà Ortega requested to merge clear_todos into master
6 files
+ 26
26
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -75,7 +75,7 @@ int main()
std::string wolf_config = wolf_root + "/src/examples";
std::cout << "\nWolf directory for configuration files: " << wolf_config << std::endl;
ProblemPtr problem = Problem::create(FRM_PO_2D);
ProblemPtr problem = Problem::create("PO 2D");
filename = wolf_config + "/map_polyline_example.yaml";
std::cout << "Reading map from file: " << filename << std::endl;
problem->loadMap(filename);
Loading