Skip to content

Commit 42cdcac

Browse files
committed
Fix undefined variable
1 parent 5cd68fc commit 42cdcac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_evaluator_BTO.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ program test_evaluator_BTO
3838
!-----------------------------------------------------------------------------
3939
! check for input argument flags
4040
!-----------------------------------------------------------------------------
41-
viability_printing = .false.
41+
viability_printing = .true.
4242
viability_printing_file = 'viability_BTO.dat'
4343
if( command_argument_count() .ne. 0 ) then
4444
i = 1
@@ -180,7 +180,7 @@ program test_evaluator_BTO
180180

181181
generator%distributions%kbt = 0.2
182182
call generator%set_host(basis_host)
183-
call generator%set_grid( grid_spacing = 0.1, grid_offset = [0.0, 0.0, 0.0] )
183+
call generator%set_grid( grid_spacing = 0.05, grid_offset = [0.0, 0.0, 0.0] )
184184
generator%distributions%radius_distance_tol = [1.5, 2.5, 3.0, 6.0]
185185
call generator%distributions%set_width([0.025, pi/200.0, pi/200.0])
186186

0 commit comments

Comments
 (0)