aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet_public.h
diff options
context:
space:
mode:
authorschnetter <>2001-12-14 15:39:00 +0000
committerschnetter <>2001-12-14 15:39:00 +0000
commit326f9f5e459037c9c35d845ba699e7cfaacf65a5 (patch)
tree5989b5a69eca8755fc327375ee7b641c68e06c29 /Carpet/Carpet/src/carpet_public.h
parentf864e9fa9dd0c443fe51c76ba8cfbd5692c111f2 (diff)
Pulled regridding out of the driver proper.
Pulled regridding out of the driver proper. Without the new regridding thorn, Carpet will now default to a single level, i.e. the base level only. Use the thorn CarpetRegrid and set the parameter CarpetRegrid::refinement_levels to get refinement. darcs-hash:20011214153904-07bb3-b765f596812c0321ab0f898f93a9fbd192c49c09.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet_public.h')
-rw-r--r--Carpet/Carpet/src/carpet_public.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/carpet_public.h b/Carpet/Carpet/src/carpet_public.h
index 38a494416..1fa8e4fe1 100644
--- a/Carpet/Carpet/src/carpet_public.h
+++ b/Carpet/Carpet/src/carpet_public.h
@@ -1,4 +1,7 @@
-/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet_public.h,v 1.4 2001/12/09 16:41:53 schnetter Exp $ */
+/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet_public.h,v 1.5 2001/12/14 16:39:09 schnetter Exp $ */
+
+#ifndef CARPET_PUBLIC_H
+#define CARPET_PUBLIC_H
#include <mpi.h>
@@ -14,3 +17,5 @@ int CarpetStartup (void);
/* Helper functions */
MPI_Comm CarpetMPIComm (void);
MPI_Datatype CarpetMPIDatatype (int vartype);
+
+#endif /* ! defined(CARPET_PUBLIC_H) */