aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sor_flat.F4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sor_flat.F b/src/sor_flat.F
index a5c19a9..4b0a477 100644
--- a/src/sor_flat.F
+++ b/src/sor_flat.F
@@ -235,7 +235,7 @@ c Reduce the norm
goto 123
endif
-c FIXME: what about boudnary conditions, like robin, etc.
+c FIXME: what about boundary conditions, like robin, etc.
c Apply octant Symmetries
c sw(1)=1
@@ -246,7 +246,7 @@ c if (ierr.ne.0) then
c call CCTK_WARN(1,"Could not apply BC !")
c endif
- call ApplySymmetryVarI(cctkGH, var_idx)
+ call CartSymBCVarI(ierr,cctkGH, var_idx)
enddo