aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Evolve.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/src/Evolve.cc')
-rw-r--r--Carpet/Carpet/src/Evolve.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/Evolve.cc b/Carpet/Carpet/src/Evolve.cc
index b3d6716b7..baadd19bd 100644
--- a/Carpet/Carpet/src/Evolve.cc
+++ b/Carpet/Carpet/src/Evolve.cc
@@ -630,7 +630,7 @@ namespace Carpet {
if (output_internal_data) {
CCTK_INFO ("Internal data dump:");
- int const oldprecision = cout.precision();
+ streamsize const oldprecision = cout.precision();
cout.precision (17);
cout << " global_time: " << global_time << endl
<< " leveltimes: " << leveltimes << endl