Skip to content

Commit 250f7b5

Browse files
added blank after "stop" to fix gnu build error (preprocess_ldas_routines.F90)
1 parent e5fad70 commit 250f7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GEOSldas_App/preprocess_ldas_routines.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ subroutine create_mapping( orig_tile, domain_def, out_path, catch_def_file, exp_
165165
exclude_file,include_file
166166

167167
inquire(file=trim(orig_tile),exist=file_exist)
168-
if( .not. file_exist) stop("original tile file does not exist")
168+
if( .not. file_exist) stop ("original tile file does not exist")
169169

170170
inquire(file=trim(domain_def),exist=d_exist)
171171
if( .not. d_exist) then

0 commit comments

Comments
 (0)