aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/th.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/th.cc')
-rw-r--r--Carpet/CarpetLib/src/th.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/Carpet/CarpetLib/src/th.cc b/Carpet/CarpetLib/src/th.cc
index 1cf81495a..aab64bc78 100644
--- a/Carpet/CarpetLib/src/th.cc
+++ b/Carpet/CarpetLib/src/th.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/th.cc,v 1.1 2001/03/01 13:40:10 eschnett Exp $
+ $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/th.cc,v 1.2 2001/03/19 21:30:19 eschnett Exp $
***************************************************************************/
@@ -95,12 +95,6 @@ ostream& operator<< (ostream& os, const th<D>& t) {
#if defined(TMPL_EXPLICIT)
-template class th<1>;
-template ostream& operator<< (ostream& os, const th<1>& t);
-
-template class th<2>;
-template ostream& operator<< (ostream& os, const th<2>& t);
-
template class th<3>;
template ostream& operator<< (ostream& os, const th<3>& t);
#endif