From a21f12f36bbfbf96edd1080037ac849f3006636f Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 4 Apr 2012 13:10:45 -0400 Subject: CarpetIOASCII: Declare function prototype --- Carpet/CarpetIOASCII/src/ioascii.hh | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'Carpet/CarpetIOASCII') diff --git a/Carpet/CarpetIOASCII/src/ioascii.hh b/Carpet/CarpetIOASCII/src/ioascii.hh index 0e1865eab..75113d022 100644 --- a/Carpet/CarpetIOASCII/src/ioascii.hh +++ b/Carpet/CarpetIOASCII/src/ioascii.hh @@ -105,7 +105,24 @@ namespace CarpetIOASCII { const vect& dirs); }; // struct IOASCII - + + template + void WriteASCII (ostream& os, + vector const gfdatas, + const bbox& gfext, + const int vi, + const int time, + const vect& org, + const vect& dirs, + const int rl, + const int ml, + const int m, + const int c, + const int tl, + const CCTK_REAL coord_time, + const vect& coord_lower, + const vect& coord_upper); + } // namespace CarpetIOASCII #endif // ! defined CARPETIOASCII_HH -- cgit v1.2.3