Skip to content

Commit b3079e0

Browse files
committed
change for running the test cases
1 parent 39c94f5 commit b3079e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mesh.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ program mesh
3838
!character(len=128) :: output_area
3939
character(len=128) :: dx_path !, output_q, output_wl
4040

41-
open(unit=1,file="../Sim2/input/input.txt",status='unknown')
41+
open(unit=1,file="../1/input/input.txt",status='unknown')
4242

4343
! read data
4444
read(1,*) dtini

0 commit comments

Comments
 (0)