Skip to content

Commit 351f2eb

Browse files
committed
Scientific representation in saveStreetDensities
1 parent 9186356 commit 351f2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsm/headers/RoadDynamics.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ namespace dsm {
14611461
file << this->time();
14621462
for (auto const& [_, pStreet] : this->graph().edges()) {
14631463
// keep 2 decimal digits;
1464-
file << separator << std::fixed << std::setprecision(2)
1464+
file << separator << std::scientific << std::setprecision(2)
14651465
<< pStreet->density(normalized);
14661466
}
14671467
file << std::endl;

0 commit comments

Comments
 (0)