Skip to content

Commit

Permalink
last useless conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Oct 15, 2024
1 parent 0266a02 commit 9b1439d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/simulation/TimeSeriesNumbersWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static void genericStoreTimeseriesNumbers(Solver::IResultWriter& writer,

std::string buffer;
timeseriesNumbers.saveToBuffer(buffer);
writer.addEntryFromBuffer(path.string(), buffer);
writer.addEntryFromBuffer(path, buffer);
}

void BindingConstraintsTimeSeriesNumbersWriter::write(
Expand Down

0 comments on commit 9b1439d

Please sign in to comment.