MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / write

Function write

extern/Catch2/catch.hpp:11552–11556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11550
11551template <typename FloatingPoint>
11552void write(std::ostream& out, FloatingPoint num) {
11553 out << std::scientific
11554 << std::setprecision(std::numeric_limits<FloatingPoint>::max_digits10 - 1)
11555 << num;
11556}
11557
11558} // end anonymous namespace
11559

Callers 13

describeMethod · 0.70
gz_compFunction · 0.50
writeEmptyEventFunction · 0.50
dataSourceHandleSendFunction · 0.50
writeParticlesMethod · 0.50
writeMethod · 0.50
writeMatrixXMethod · 0.50
writeSparseMatrixMethod · 0.50
writeVectorMethod · 0.50
writeBoundaryStateMethod · 0.50
writeParticlesPartioMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected