aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/Carpet/src/carpet.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index 93b5bc848..3da3d460f 100644
--- a/Carpet/Carpet/src/carpet.hh
+++ b/Carpet/Carpet/src/carpet.hh
@@ -66,13 +66,13 @@ namespace Carpet {
// Schedule
int CallBeforeRoutines (cGH const * cctkGH,
- void * const function,
- cFunctionData * const attribute,
- void * const data);
- int CallAfterRoutines (cGH const * cctkGH,
void * const function,
cFunctionData * const attribute,
void * const data);
+ int CallAfterRoutines (cGH const * cctkGH,
+ void * const function,
+ cFunctionData * const attribute,
+ void * const data);
// Requirements
namespace Requirements {