Skip to content

Commit fabcc3f

Browse files
committed
changing booleans back to false for github CI
1 parent 75dd4f2 commit fabcc3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reconr.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ subroutine reconr
147147

148148
!--set samrml options
149149
Want_Partial_Derivs=.false.
150-
Want_Angular_Dist=.true.
150+
Want_Angular_Dist=.false.
151151
Want_SAMRML_BW=.false.
152-
Want_SAMRML_RM=.true.
152+
Want_SAMRML_RM=.false.
153153

154154
!--define local i/o units
155155
nscr1=-10

0 commit comments

Comments
 (0)