Ignore:
Timestamp:
09/23/14 11:16:24 (10 years ago)
Author:
sdipsl
Message:
  • refactor archive and storage path definition. They can be defined using UserChoices? from config.card. Very easy now to decide where to store everything. There is a single place to look at : IGCM_sys_defineArchives. see #221
  • clean up IGCM_debug_PushStack arguments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_post/libIGCM_post.ksh

    r1043 r1057  
    640640function IGCM_post_CheckModuloFrequency 
    641641{ 
    642   IGCM_debug_PushStack "IGCM_post_CheckModuloFrequency" $* 
     642  IGCM_debug_PushStack "IGCM_post_CheckModuloFrequency" $@ 
    643643 
    644644  # Used by IGCM_config_Check 
     
    764764function IGCM_post_ModuloRuntimeFrequency 
    765765{ 
    766   IGCM_debug_PushStack "IGCM_post_ModuloRuntimeFrequency" $* 
     766  IGCM_debug_PushStack "IGCM_post_ModuloRuntimeFrequency" $@ 
    767767 
    768768  # Used by IGCM_post_Configure 
Note: See TracChangeset for help on using the changeset viewer.