Skip to content

Commit 4c08424

Browse files
committed
engine: Avoid compiler bug in xenial build
1 parent 41fb334 commit 4c08424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/simulation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ size_t Simulation::write_output(const SimulationResult& r) const {
12771277
return;
12781278
}
12791279

1280-
auto filepath = r.get_output_filepath(*filename);
1280+
boost::filesystem::path filepath = r.get_output_filepath(*filename);
12811281
if (write_output_file(filepath, output)) {
12821282
files_written++;
12831283
}

0 commit comments

Comments
 (0)