aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/th.cc
diff options
context:
space:
mode:
authoreschnett <>2001-03-19 20:30:00 +0000
committereschnett <>2001-03-19 20:30:00 +0000
commitd95a7e6aa1f6025baf3274b6a3363139539cde8d (patch)
treedb7b32593b44e7281aaa7861fc38a1e4029db57f /Carpet/CarpetLib/src/th.cc
parent9bd41bf11a57d74f72445d4e7d9f3361221138dd (diff)
Removed unnecessary instantiations.
darcs-hash:20010319203019-f6438-339bf469c6734d21a44ecb7475c7d5d05e6b13fd.gz
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