mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Bump precision in wkt output
This commit is contained in:
@@ -215,6 +215,7 @@ namespace {
|
||||
template <typename Fn, typename... Ts>
|
||||
std::string capture_output(Fn fn, Ts... ts) {
|
||||
std::ostringstream oss;
|
||||
oss << std::setprecision(std::numeric_limits<double>::digits10 + 1);
|
||||
fn(oss, ts...);
|
||||
return oss.str();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user