aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gh.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/gh.cc
parent9bd41bf11a57d74f72445d4e7d9f3361221138dd (diff)
Removed unnecessary instantiations.
darcs-hash:20010319203019-f6438-339bf469c6734d21a44ecb7475c7d5d05e6b13fd.gz
Diffstat (limited to 'Carpet/CarpetLib/src/gh.cc')
-rw-r--r--Carpet/CarpetLib/src/gh.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/Carpet/CarpetLib/src/gh.cc b/Carpet/CarpetLib/src/gh.cc
index 0239111df..b1608b6b7 100644
--- a/Carpet/CarpetLib/src/gh.cc
+++ b/Carpet/CarpetLib/src/gh.cc
@@ -7,7 +7,7 @@
copyright : (C) 2000 by Erik Schnetter
email : schnetter@astro.psu.edu
- $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/gh.cc,v 1.3 2001/03/12 16:54:25 eschnett Exp $
+ $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/gh.cc,v 1.4 2001/03/19 21:30:19 eschnett Exp $
***************************************************************************/
@@ -247,12 +247,6 @@ ostream& operator<< (ostream& os, const gh<D>& h) {
#if defined(TMPL_EXPLICIT)
-template class gh<1>;
-template ostream& operator<< (ostream& os, const gh<1>& h);
-
-template class gh<2>;
-template ostream& operator<< (ostream& os, const gh<2>& h);
-
template class gh<3>;
template ostream& operator<< (ostream& os, const gh<3>& h);
#endif