aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-04-04 13:10:45 -0400
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:13 +0100
commita21f12f36bbfbf96edd1080037ac849f3006636f (patch)
treeda6d4e2cac806773bc57ef806703e3d0b8114182 /Carpet/CarpetIOASCII
parent079a55f31417b27ae857e95ba21a841c9863a76f (diff)
CarpetIOASCII: Declare function prototype
Diffstat (limited to 'Carpet/CarpetIOASCII')
-rw-r--r--Carpet/CarpetIOASCII/src/ioascii.hh19
1 files changed, 18 insertions, 1 deletions
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<int,outdim>& dirs);
}; // struct IOASCII
-
+
+ template<int outdim>
+ void WriteASCII (ostream& os,
+ vector<gdata*> const gfdatas,
+ const bbox<int,dim>& gfext,
+ const int vi,
+ const int time,
+ const vect<int,dim>& org,
+ const vect<int,outdim>& dirs,
+ const int rl,
+ const int ml,
+ const int m,
+ const int c,
+ const int tl,
+ const CCTK_REAL coord_time,
+ const vect<CCTK_REAL,dim>& coord_lower,
+ const vect<CCTK_REAL,dim>& coord_upper);
+
} // namespace CarpetIOASCII
#endif // ! defined CARPETIOASCII_HH