Ignore:
Timestamp:
Aug 20, 2019 12:04:06 PM (5 years ago)
Author:
gronemeier
Message:

add vdi_internal_controls

File:
1 edited

Legend:

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

    r4157 r4173  
    2525! -----------------
    2626! $Id$
     27! add vdi_internal_controls
     28!
     29! 4157 2019-08-14 09:19:12Z suehring
    2730! Call doq_init from module interface
    2831!
     
    207210               syn_turb_gen,                                                   &
    208211               urban_surface,                                                  &
     212               vdi_checks,                                                     &
    209213               virtual_flight,                                                 &
    210214               virtual_measurement,                                            &
     
    454458               usm_wrd_local
    455459
     460    USE vdi_internal_controls,                                                 &
     461        ONLY:  vdi_actions
     462               
    456463    USE virtual_measurement_mod,                                               &
    457464        ONLY:  vm_check_parameters,                                            &
     
    11251132
    11261133    IF ( user_module_enabled )  CALL user_actions( location )
     1134    IF ( vdi_checks          )  CALL vdi_actions( location )
    11271135
    11281136
Note: See TracChangeset for help on using the changeset viewer.