aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/gf.cc')
-rw-r--r--Carpet/CarpetLib/src/gf.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/gf.cc b/Carpet/CarpetLib/src/gf.cc
index 86a2d518d..6847d8506 100644
--- a/Carpet/CarpetLib/src/gf.cc
+++ b/Carpet/CarpetLib/src/gf.cc
@@ -6,7 +6,7 @@
copyright : (C) 2000 by Erik Schnetter
email : schnetter@astro.psu.edu
- $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/gf.cc,v 1.2 2001/03/19 21:30:19 eschnett Exp $
+ $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/gf.cc,v 1.3 2001/03/22 18:42:05 eschnett Exp $
***************************************************************************/
@@ -19,7 +19,7 @@
* *
***************************************************************************/
-#include <cassert>
+#include <assert.h>
#include "defs.hh"
@@ -27,6 +27,8 @@
# include "gf.hh"
#endif
+using namespace std;
+
// Constructors
@@ -81,6 +83,7 @@ ostream& gf<T,D>::out (ostream& os) const {
template class gf<T,3>;
#include "instantiate"
+
#undef INSTANTIATE
#endif