Skip to content

Commit

Permalink
bugfix & manual
Browse files Browse the repository at this point in the history
1) bugfix in map/src/ generate_inpumat
(buf -> tag in line 83. Impact: none)

2) Manual updated (small changes)
  • Loading branch information
bigasmountain committed Jan 20, 2021
1 parent cfd1708 commit d669cda
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified doc/Manual_CaMa-Flood_v400.docx
Binary file not shown.
2 changes: 1 addition & 1 deletion map/src/src_param/generate_inpmat.F90
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ program GENERATE_INPMAT
print *, 'CALC_INPMAT:'

call getarg(1,tag)
if( buf=='' ) then
if( tag=='' ) then
print *, 'usage % generate_inpmat $HIRES $GSISE $WEST $EAST $NORTH $SOUTH $OLAT $DIMINFO $INPMAT'
stop
endif
Expand Down
2 changes: 1 addition & 1 deletion map/src/src_region/generate_inpmat.F90
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ program GENERATE_INPMAT
print *, 'CALC_INPMAT:'

call getarg(1,tag)
if( buf=='' ) then
if( tag=='' ) then
print *, 'usage % generate_inpmat $HIRES $GSISE $WEST $EAST $NORTH $SOUTH $OLAT'
stop
endif
Expand Down

0 comments on commit d669cda

Please sign in to comment.