From 2d32a865addbab35ad5c7d30b0a01733fc505383 Mon Sep 17 00:00:00 2001 From: eschnett <> Date: Tue, 27 Mar 2001 20:26:00 +0000 Subject: Made Carpet compile on IRIX. darcs-hash:20010327202631-f6438-d70466b15bf2224f3ce20968622c77a3cca37a73.gz --- Carpet/CarpetLib/src/th.cc | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'Carpet/CarpetLib/src/th.cc') diff --git a/Carpet/CarpetLib/src/th.cc b/Carpet/CarpetLib/src/th.cc index 17aaff924..4a6638b63 100644 --- a/Carpet/CarpetLib/src/th.cc +++ b/Carpet/CarpetLib/src/th.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/th.cc,v 1.3 2001/03/22 18:42:06 eschnett Exp $ + $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/th.cc,v 1.4 2001/03/27 22:26:31 eschnett Exp $ ***************************************************************************/ @@ -81,23 +81,21 @@ void th::recompose () { // Output template -ostream& operator<< (ostream& os, const th& t) { +void th::output (ostream& os) const { os << "th<" << D << ">:" << "times={"; - for (int rl=0; rl; -template ostream& operator<< (ostream& os, const th<3>& t); #endif -- cgit v1.2.3