Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jahn committed Jan 19, 2024
1 parent 6a235f5 commit 80bdfd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/oasim/oasim_check.F
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,7 @@ SUBROUTINE OASIM_CHECK( myThid )

CALL WRITE_0D_C(oasim_atmoFile,-1,INDEX_NONE,
&'oasim_atmoFile =',
&' /* filename for spectra of extraterrestrial irradiance and'
&' atomspheric gases */')
&' /* filename for spectra of extraterr. irr. and atm. gases */')
CALL WRITE_0D_C(oasim_waterFile,-1,INDEX_NONE,
&'oasim_waterFile =',
&' /* filename for water absorption and scattering spectra */')
Expand Down

0 comments on commit 80bdfd8

Please sign in to comment.