aboutsummaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/WarpX.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp
index f9dc6fd4a..ba54acee0 100644
--- a/Source/WarpX.cpp
+++ b/Source/WarpX.cpp
@@ -424,6 +424,8 @@ WarpX::ReadParameters ()
jx_nodal_flag = IntVect::TheNodeVector();
jy_nodal_flag = IntVect::TheNodeVector();
jz_nodal_flag = IntVect::TheNodeVector();
+ // Use same shape factors in all directions, for gathering
+ l_lower_order_in_v = false;
}
}