aboutsummaryrefslogtreecommitdiff
path: root/src/ParamCheck.c
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2005-02-26 14:05:39 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2005-02-26 14:05:39 +0000
commit0b28e2b6563dcc87e3e8ae0dd325f7b9dce76493 (patch)
tree6b6a655aaa9d8170b62f0f73ed0c130bfb1c0f01 /src/ParamCheck.c
parent4e6de8925c991fa2ba8cdb41cb4c3ed2044330e0 (diff)
transform // style comments into /* */ style comments because some compilers
do not understand C99 yet, unfortunately :( no other change done git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@40 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'src/ParamCheck.c')
-rw-r--r--src/ParamCheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ParamCheck.c b/src/ParamCheck.c
index 0bafbb4..6759e20 100644
--- a/src/ParamCheck.c
+++ b/src/ParamCheck.c
@@ -1,4 +1,4 @@
-// TwoPunctures: File "TwoPunctures.c"
+/* TwoPunctures: File "TwoPunctures.c"*/
#include <assert.h>
#include <stdio.h>
@@ -12,7 +12,7 @@
#include "TP_utilities.h"
#include "TwoPunctures.h"
-// -------------------------------------------------------------------
+/* -------------------------------------------------------------------*/
void
TwoPunctures_ParamCheck (CCTK_ARGUMENTS)
{