From 6331a668feb46209e86fcbf6b1b33879d4fc6208 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sun, 14 Mar 2010 15:37:53 -0500 Subject: Carpet: Use datatype streamsize instead of int --- Carpet/Carpet/src/Evolve.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Carpet/Carpet/src/Evolve.cc') 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 -- cgit v1.2.3