1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

More digits

This commit is contained in:
Peter Boyle 2023-10-18 22:42:58 -04:00
parent 7cc3435ba8
commit afe10ba2a2

View File

@ -283,6 +283,7 @@ void GridBanner(void)
std::cout << "Build " << GRID_BUILD_STR(GRID_BUILD_REF) << std::endl; std::cout << "Build " << GRID_BUILD_STR(GRID_BUILD_REF) << std::endl;
#endif #endif
std::cout << std::endl; std::cout << std::endl;
std::cout << std::setprecision(9);
} }
void Grid_init(int *argc,char ***argv) void Grid_init(int *argc,char ***argv)