Skip to content

Commit

Permalink
preparing 3codes tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
srio committed May 30, 2013
1 parent 2311622 commit 004bac8
Show file tree
Hide file tree
Showing 5 changed files with 383 additions and 441 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ clean:
/bin/rm -f version.txt
/bin/rm -f gen_source trace trace3 trace3mpi trace3_c trace3_cpp
/bin/rm -f shadow3$(EXE) example_shadow_format
/bin/rm -f example01_f95 example01_c example01_cpp
/bin/rm -f example01_f95 example01_c example01_cpp example02_f95
/bin/rm -f example_standalone_mirror
/bin/rm -f shadow_version.h
/bin/rm -rf build *.pyc
Expand Down
Binary file removed example02_f95
Binary file not shown.
1 change: 1 addition & 0 deletions shadow_beamio.F90
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ subroutine rbeam (fname, ray, phase, ap, iErr)
case (13)
do i=1,NPOINT
read (unit=lun, iostat=iErr) (ray(j,i), j=1,12), phase(1,i)

if (iErr /= 0) then
iErr = 2
print *, "RBEAM Error reading file: "//trim(fname)
Expand Down
Loading

0 comments on commit 004bac8

Please sign in to comment.