aboutsummaryrefslogtreecommitdiff
path: root/src/Ell_Interface.c
diff options
context:
space:
mode:
authorallen <allen@57bc7290-fb3d-4efd-a9b1-28e84cce6043>2000-05-10 12:12:43 +0000
committerallen <allen@57bc7290-fb3d-4efd-a9b1-28e84cce6043>2000-05-10 12:12:43 +0000
commitfb5d0bf9730244296cb0bd87ca4e5e8d0b640ae9 (patch)
treef097c24f42179865b10b045f31bd84a8af6d745a /src/Ell_Interface.c
parent4e9745d03b4865b258fb792c38cb94581916b915 (diff)
New macros for calling C from fortran
using PUGH_pGH git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@44 57bc7290-fb3d-4efd-a9b1-28e84cce6043
Diffstat (limited to 'src/Ell_Interface.c')
-rw-r--r--src/Ell_Interface.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Ell_Interface.c b/src/Ell_Interface.c
index c338110..a02ce21 100644
--- a/src/Ell_Interface.c
+++ b/src/Ell_Interface.c
@@ -93,7 +93,7 @@ int Ell_LinConfMetricSolver(cGH *GH,
}
-void FMODIFIER FORTRAN_NAME(Ell_LinConfMetricSolver)
+void CCTK_FCALL CCTK_FNAME(Ell_LinConfMetricSolver)
(int *ierr,
cGH *GH,
int *MetricPsi,
@@ -179,7 +179,7 @@ int Ell_LinMetricSolver(cGH *GH,
return(retval);
}
-void FMODIFIER FORTRAN_NAME(Ell_LinMetricSolver)
+void CCTK_FCALL CCTK_FNAME(Ell_LinMetricSolver)
(int *ierr,
cGH *GH,
int *Metric,
@@ -263,7 +263,7 @@ int Ell_LinFlatSolver(cGH *GH,
return retval;
}
-void FMODIFIER FORTRAN_NAME(Ell_LinFlatSolver)
+void CCTK_FCALL CCTK_FNAME(Ell_LinFlatSolver)
(int *ierr,
cGH *GH,
int *FieldIndex,
@@ -348,7 +348,7 @@ int Ell_BrBrConfMetricSolver(cGH *GH,
}
-void FMODIFIER FORTRAN_NAME(Ell_BrBrConfMetricSolver)
+void CCTK_FCALL CCTK_FNAME(Ell_BrBrConfMetricSolver)
(int *ierr,
cGH *GH,
int *MetricPsi,
@@ -435,7 +435,7 @@ int Ell_PolyConfMetricSolver(cGH *GH,
}
-void FMODIFIER FORTRAN_NAME(Ell_PolyConfMetricSolver)
+void CCTK_FCALL CCTK_FNAME(Ell_PolyConfMetricSolver)
(int *ierr,
cGH *GH,
int *MetricPsi,