aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gh.hh
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/gh.hh
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/gh.hh')
-rw-r--r--Carpet/CarpetLib/src/gh.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/gh.hh b/Carpet/CarpetLib/src/gh.hh
index 462564f5c..aac11ba70 100644
--- a/Carpet/CarpetLib/src/gh.hh
+++ b/Carpet/CarpetLib/src/gh.hh
@@ -3,8 +3,7 @@
#ifndef GH_HH
#define GH_HH
-#include <assert.h>
-
+#include <cassert>
#include <iostream>
#include <list>
#include <vector>