aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM/src/ML_ADM_Minkowski.c
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-01-02 15:20:16 +0100
committerErik Schnetter <schnetter@cct.lsu.edu>2008-01-02 15:20:16 +0100
commit09fff22bc4f2e1c7115822f86f859230ff22b85d (patch)
tree312a17e792189f222c49d5ad56aff0fafc483880 /ML_ADM/src/ML_ADM_Minkowski.c
parentaa0b728b9fa5c76f81f2c981be18a9a233246ed4 (diff)
Update generated code
Update the generated code after the recent changes to Kranc.
Diffstat (limited to 'ML_ADM/src/ML_ADM_Minkowski.c')
-rw-r--r--ML_ADM/src/ML_ADM_Minkowski.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ML_ADM/src/ML_ADM_Minkowski.c b/ML_ADM/src/ML_ADM_Minkowski.c
index 4dc9286..9af8b2e 100644
--- a/ML_ADM/src/ML_ADM_Minkowski.c
+++ b/ML_ADM/src/ML_ADM_Minkowski.c
@@ -84,6 +84,7 @@ void ML_ADM_Minkowski_Body(cGH *cctkGH, CCTK_INT dir, CCTK_INT face, CCTK_REAL n
pm1o12dz2 = -pow(dz,-2)/12.;
/* Loop over the grid points */
+ _Pragma ("omp parallel")
LC_LOOP3 (ML_ADM_Minkowski,
i,j,k, min[0],min[1],min[2], max[0],max[1],max[2],
cctk_lsh[0],cctk_lsh[1],cctk_lsh[2])