From d95a7e6aa1f6025baf3274b6a3363139539cde8d Mon Sep 17 00:00:00 2001 From: eschnett <> Date: Mon, 19 Mar 2001 20:30:00 +0000 Subject: Removed unnecessary instantiations. darcs-hash:20010319203019-f6438-339bf469c6734d21a44ecb7475c7d5d05e6b13fd.gz --- Carpet/CarpetLib/src/gh.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Carpet/CarpetLib/src/gh.cc') 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& 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 -- cgit v1.2.3