Skip to content

Commit

Permalink
#810 Little fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitri Baron <[email protected]>
  • Loading branch information
barondim committed Jan 17, 2025
1 parent 3a34c20 commit 0c01277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ void Context::execute() {
const boost::filesystem::path lostEquipementsFileRelativePath = boost::filesystem::relative(lostEquipementsFilePath, config_.outputDir());
mapData_[lostEquipementsFileRelativePath.generic_string()] = lostEquipmentsStream.str();

std::ostringstream outputIIDMStream;
std::stringstream outputIIDMStream;
simu->dumpIIDMFile(outputIIDMStream);
const boost::optional<boost::filesystem::path>& iidmFilePath = simu->getExportIIDMFile();
const boost::filesystem::path iidmFileRelativePath = boost::filesystem::relative(*iidmFilePath, config_.outputDir()); // Attention
Expand Down

0 comments on commit 0c01277

Please sign in to comment.