aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2008-10-01 09:00:10 -0500
committerThomas Radke <tradke@aei.mpg.de>2008-10-01 09:00:10 -0500
commit0981696152f688c514f3a4c406aa78d1be89ffcf (patch)
tree3087a38dbb64d65731556817aa5118a327023e5c /Carpet
parente3973dfc2e0e90d9b0f2482243b4cd652cc9f4d2 (diff)
CarpetLib: add template instantiation for vect<CCTK_REAL,2>::output()
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/CarpetLib/src/vect.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/vect.cc b/Carpet/CarpetLib/src/vect.cc
index 545b0d6d3..28eff14dc 100644
--- a/Carpet/CarpetLib/src/vect.cc
+++ b/Carpet/CarpetLib/src/vect.cc
@@ -55,6 +55,7 @@ template void vect<vect<bool,3>,2>::input (istream& is);
template void vect<bool,2>::output (ostream& os) const;
template void vect<bool,3>::output (ostream& os) const;
+template void vect<CCTK_REAL,2>::output (ostream& os) const;
template void vect<CCTK_REAL,3>::output (ostream& os) const;
template void vect<vect<bool,2>,3>::output (ostream& os) const;
template void vect<vect<int,2>,3>::output (ostream& os) const;