Ignore:
Timestamp:
Sep 14, 2018 9:42:06 AM (6 years ago)
Author:
sward
Message:

Minor format changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/uv_exposure_model_mod.f90

    r3246 r3248  
    2525! -----------------
    2626! $Id$
     27! Minor formating changes
     28!
     29! 3246 2018-09-13 15:14:50Z sward
    2730! Added error handling for input namelist via parin_fail_message and small
    2831! typo bugfix
     
    453456    REWIND ( 11 )
    454457    line = ' '
    455     DO   WHILE ( INDEX( line, '&biometeorology_parameters' ) == 0 )
     458    DO WHILE ( INDEX( line, '&biometeorology_parameters' ) == 0 )
    456459       READ ( 11, '(A)', END=20 )  line
    457460    ENDDO
     
    467470
    468471 10 BACKSPACE( 11 )
    469     READ( 11 ,fmt='(A)') line
    470     CALL parin_fail_message ( 'biometeorology_parameters', line )
     472    READ( 11 , '(A)') line
     473    CALL parin_fail_message( 'biometeorology_parameters', line )
    471474
    472475
Note: See TracChangeset for help on using the changeset viewer.