aboutsummaryrefslogtreecommitdiff
path: root/src/ApplyCartoon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ApplyCartoon.c')
-rw-r--r--src/ApplyCartoon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ApplyCartoon.c b/src/ApplyCartoon.c
index 87680cd..b1417d6 100644
--- a/src/ApplyCartoon.c
+++ b/src/ApplyCartoon.c
@@ -178,7 +178,7 @@ void Cartoon_ApplyBoundaries(CCTK_ARGUMENTS)
{
if (CCTK_Equals(prolongtype, "None"))
{
- prolongmethod = PROLONG_LAGRANGE; /* But why? */
+ prolongmethod = PROLONG_NONE; /* But why? */
}
else if (CCTK_Equals(prolongtype, "Lagrange"))
{