Changeset 4173 for palm/trunk/SOURCE/module_interface.f90
- Timestamp:
- Aug 20, 2019 12:04:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/module_interface.f90
r4157 r4173 25 25 ! ----------------- 26 26 ! $Id$ 27 ! add vdi_internal_controls 28 ! 29 ! 4157 2019-08-14 09:19:12Z suehring 27 30 ! Call doq_init from module interface 28 31 ! … … 207 210 syn_turb_gen, & 208 211 urban_surface, & 212 vdi_checks, & 209 213 virtual_flight, & 210 214 virtual_measurement, & … … 454 458 usm_wrd_local 455 459 460 USE vdi_internal_controls, & 461 ONLY: vdi_actions 462 456 463 USE virtual_measurement_mod, & 457 464 ONLY: vm_check_parameters, & … … 1125 1132 1126 1133 IF ( user_module_enabled ) CALL user_actions( location ) 1134 IF ( vdi_checks ) CALL vdi_actions( location ) 1127 1135 1128 1136
Note: See TracChangeset
for help on using the changeset viewer.