Skip to content

Commit 0028828

Browse files
committed
[ci skip] missing implicit none
1 parent a5df160 commit 0028828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/test/src/one_zone_burn.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
program one_zone_burn
22
use test_net_support, only: load_libs
33
use mod_one_zone_burn, only: do_one_burn
4+
implicit none
45
call load_libs
56
call do_one_burn('inlist_one_zone_burn', .false.)
67
!call do_one_burn('inlist_one_zone_burn_const_density',.false.)

0 commit comments

Comments
 (0)