Ignore:
Timestamp:
Aug 3, 2024, 2:56:58 PM (3 months ago)
Author:
abarral
Message:

Put .h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3dmem/mod_hallo.F90

    r5159 r5160  
    146146    IF (Buffer_pos(Index_pos) + Size>MaxBufferSize_Used) MaxBufferSize_Used = Buffer_pos(Index_pos) + Size
    147147    IF (Buffer_pos(Index_pos) + Size>MaxBufferSize) THEN
    148       print *, 'STOP :: La taille de MaxBufferSize dans mod_hallo.F90 est trop petite !!!!'
     148      PRINT *, 'STOP :: La taille de MaxBufferSize dans mod_hallo.F90 est trop petite !!!!'
    149149      CALL abort_gcm("mod_hallo", "stopped", 1)
    150150    endif
    151151
    152152    IF (Index_pos>=ListSize) THEN
    153       print *, 'STOP :: La taille de ListSize dans mod_hallo.F90 est trop petite !!!!'
     153      PRINT *, 'STOP :: La taille de ListSize dans mod_hallo.F90 est trop petite !!!!'
    154154      CALL abort_gcm("mod_hallo", "stopped", 1)
    155155    endif
Note: See TracChangeset for help on using the changeset viewer.