aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Evolve.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-03-14 15:37:53 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:33 +0000
commit6331a668feb46209e86fcbf6b1b33879d4fc6208 (patch)
tree14641d0fe8423a67c57c3fed78280022eccde276 /Carpet/Carpet/src/Evolve.cc
parente344dae5a9b9b4f3cde4ff612f6076a4fe12dac7 (diff)
Carpet: Use datatype streamsize instead of int
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