Ignore:
Timestamp:
Mar 5, 2007 6:00:47 AM (17 years ago)
Author:
raasch
Message:

updating parts of Marcus changes

File:
1 edited

Legend:

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

    r40 r46  
    77! Actual revisions:
    88! -----------------
    9 !
     9! New initializing action "by_user" calls user_init_3d_model
    1010!
    1111! Former revisions:
     
    422422          IF ( sloping_surface )  CALL init_slope
    423423
     424       ELSEIF ( INDEX(initializing_actions, 'by_user') /= 0 ) &
     425       THEN
     426!
     427!--       Initialization will completely be done by the user
     428          CALL user_init_3d_model
     429
    424430       ENDIF
    425431
Note: See TracChangeset for help on using the changeset viewer.