aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/test_modulo.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-29 16:18:19 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-29 16:18:19 +0000
commit96226e24b7f0856f2cd8f68e9c22adcd7d2946ad (patch)
tree0ff524fe7b3dd7732c455c424273be84082f0928 /src/jtutil/test_modulo.cc
parentf90849f3ccd99793b71eb19d9c8f9a8c5f628158 (diff)
- rename "config.hh" to "config.h" since it's now C++/C/Fortran
minor code tweaks for better portability (std:: namespace stuff) - switch all (new-style) #include <cstdio> style includes back to (old-style) #include <stdio.h> style - drop all using std::printf; declarations - change all uses of std::min and std::max to jtuti:: instead - drop all explicit std:: qualifiers git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@777 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/jtutil/test_modulo.cc')
-rw-r--r--src/jtutil/test_modulo.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jtutil/test_modulo.cc b/src/jtutil/test_modulo.cc
index 322ddd7..c587ea6 100644
--- a/src/jtutil/test_modulo.cc
+++ b/src/jtutil/test_modulo.cc
@@ -3,6 +3,7 @@
#include <stdio.h>
#include <assert.h>
+
#include "stdc.h"
#include "util.hh"
using jtutil::error_exit;