aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/th.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2004-12-25 18:29:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2004-12-25 18:29:00 +0000
commit23d5da2b2edc5898abaf33ca22337747b8bd749b (patch)
tree4166b604486e15a577587588186a805b09626627 /Carpet/CarpetLib/src/th.cc
parent053a0d816b560bcf725ad43f650b7763d2bda887 (diff)
CarpetLib: Use new style instead of old style C++ headers
That is, say e.g. <cmath> instead of <math.h>. darcs-hash:20041225182902-891bb-2a4502d6a76ed830ab978030fc4e4765b183509f.gz
Diffstat (limited to 'Carpet/CarpetLib/src/th.cc')
-rw-r--r--Carpet/CarpetLib/src/th.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/th.cc b/Carpet/CarpetLib/src/th.cc
index 646d5d3c7..0026c364c 100644
--- a/Carpet/CarpetLib/src/th.cc
+++ b/Carpet/CarpetLib/src/th.cc
@@ -1,8 +1,7 @@
// $Header:$
-#include <assert.h>
-#include <math.h>
-
+#include <cassert>
+#include <cmath>
#include <iostream>
#include "cctk.h"