aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/defs.cc
diff options
context:
space:
mode:
authorshawley <>2003-02-27 21:23:00 +0000
committershawley <>2003-02-27 21:23:00 +0000
commit80a50990eb3a342777a4ae060a70ec04412d7d0b (patch)
tree51c25a27246473047a846c595445614aa3051984 /Carpet/CarpetLib/src/defs.cc
parent9e123105ac2fa380512484be78541874a94ec6c0 (diff)
Added extra line
Added extra line template ostream& output (ostream& os, const vector<vect<vect<bool,2>,3> >& v); to correct link error with Intel compiler. darcs-hash:20030227212319-e415b-5fc35f682ea3640f07d9de4ff3f437f82ea2fda5.gz
Diffstat (limited to 'Carpet/CarpetLib/src/defs.cc')
-rw-r--r--Carpet/CarpetLib/src/defs.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/defs.cc b/Carpet/CarpetLib/src/defs.cc
index e3aeb3526..3309fb31c 100644
--- a/Carpet/CarpetLib/src/defs.cc
+++ b/Carpet/CarpetLib/src/defs.cc
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/defs.cc,v 1.13 2003/01/03 15:49:36 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/defs.cc,v 1.14 2003/02/27 22:23:19 shawley Exp $
#include <assert.h>
#include <ctype.h>
@@ -102,4 +102,5 @@ template ostream& output (ostream& os, const vector<list<bbox<int,3> > >& v);
template ostream& output (ostream& os, const vector<vector<int> >& v);
template ostream& output (ostream& os, const vector<vector<bbox<int,3> > >& v);
template ostream& output (ostream& os, const vector<vector<vect<vect<bool,2>,3> > >& v);
+template ostream& output (ostream& os, const vector<vect<vect<bool,2>,3> >& v);
template ostream& output (ostream& os, const vector<vector<vector<bbox<int,3> > > >& v);