From e1cce75b6dc96e7c88ccebff3ee4e03e8fdfc28e Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Mon, 2 Jul 2001 11:22:00 +0000 Subject: Second stab at having arrays with a dimension different than grid Second stab at having arrays with a dimension different than grid functions. Not yet tested. darcs-hash:20010702112209-07bb3-816053f629c333189a63014698d4b34c124168aa.gz --- Carpet/CarpetLib/src/defs.cc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'Carpet/CarpetLib/src/defs.cc') diff --git a/Carpet/CarpetLib/src/defs.cc b/Carpet/CarpetLib/src/defs.cc index b73796e54..d2fed76b5 100644 --- a/Carpet/CarpetLib/src/defs.cc +++ b/Carpet/CarpetLib/src/defs.cc @@ -5,7 +5,7 @@ copyright : (C) 2000 by Erik Schnetter email : schnetter@astro.psu.edu - $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/defs.cc,v 1.5 2001/03/27 22:26:31 eschnett Exp $ + $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/defs.cc,v 1.6 2001/07/02 13:22:12 schnetter Exp $ ***************************************************************************/ @@ -76,6 +76,20 @@ ostream& output (ostream& os, const vector& v) { #include "bbox.hh" #include "bboxset.hh" +template ostream& output (ostream& os, const list >& l); +template ostream& output (ostream& os, const set >& s); +template ostream& output (ostream& os, const set >& s); +template ostream& output (ostream& os, const vector > >& v); +template ostream& output (ostream& os, const vector > >& v); +template ostream& output (ostream& os, const vector > > >& v); + +template ostream& output (ostream& os, const list >& l); +template ostream& output (ostream& os, const set >& s); +template ostream& output (ostream& os, const set >& s); +template ostream& output (ostream& os, const vector > >& v); +template ostream& output (ostream& os, const vector > >& v); +template ostream& output (ostream& os, const vector > > >& v); + template ostream& output (ostream& os, const list >& l); template ostream& output (ostream& os, const set >& s); template ostream& output (ostream& os, const set >& s); -- cgit v1.2.3