summaryrefslogtreecommitdiff
path: root/src/include/cctk.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-16 21:35:57 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-16 21:35:57 +0000
commit90326d4b89a9cdc539f874b535478d0260b7b326 (patch)
tree75bb0f0015f52f5b930978d7e912773fd5635809 /src/include/cctk.h
parent9df08c238c0533a5533c14fc8c3f81d98fdf444c (diff)
Changed _cplusplus to __cplusplus . Hopefully this is right now !
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@291 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk.h')
-rw-r--r--src/include/cctk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/cctk.h b/src/include/cctk.h
index 7d4451e2..bf763a10 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -53,8 +53,8 @@
typedef struct
{
- Double r;
- Double i;
+ Double Re;
+ Double Im;
} Complex;
extern int _cctk_one;