aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gf.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/gf.cc
parent9bd41bf11a57d74f72445d4e7d9f3361221138dd (diff)
Removed unnecessary instantiations.
darcs-hash:20010319203019-f6438-339bf469c6734d21a44ecb7475c7d5d05e6b13fd.gz
Diffstat (limited to 'Carpet/CarpetLib/src/gf.cc')
-rw-r--r--Carpet/CarpetLib/src/gf.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/gf.cc b/Carpet/CarpetLib/src/gf.cc
index dcac9fccd..86a2d518d 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.1 2001/03/01 13:40:10 eschnett Exp $
+ $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/gf.cc,v 1.2 2001/03/19 21:30:19 eschnett Exp $
***************************************************************************/
@@ -78,8 +78,6 @@ ostream& gf<T,D>::out (ostream& os) const {
#if defined(TMPL_EXPLICIT)
#define INSTANTIATE(T) \
-template class gf<T,1>; \
-template class gf<T,2>; \
template class gf<T,3>;
#include "instantiate"