source: CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6/GENERAL/DRIVER/reprobus.driver @ 3559

Last change on this file since 3559 was 3559, checked in by acosce, 6 years ago

Add a new configuration - lmdz + orchidee + inca + reprobus

File size: 504 bytes
RevLine 
[3559]1#!/bin/ksh
2##-----------------------------------------------------------------
3function CHS_Initialize
4{
5    IGCM_debug_PushStack "CHS_Initialize"
6
7    IGCM_debug_PopStack "CHS_Initialize"
8}
9
10##-----------------------------------------------------------------
11function CHS_Update
12{
13    IGCM_debug_PushStack "CHS_Update"
14
15    IGCM_debug_PopStack "CHS_Update"
16}
17
18#-----------------------------------
19function CHS_Finalize
20{
21    IGCM_debug_PushStack "CHS_Finalize"
22
23    IGCM_debug_PopStack "CHS_Finalize"
24}
Note: See TracBrowser for help on using the repository browser.