version 1.2 | | version 1.3 |
---|
| | |
/* | | /* |
* static char *rcsid_check_object_c = | | * static char *rcsid_check_object_c = |
* "$Id: toolkit_common.c,v 1.2 2006/06/01 23:07:32 tchize Exp $"; | | * "$Id: toolkit_common.c,v 1.3 2006/06/02 21:58:42 qal21 Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
SET_TKFLAG(STATUS_DATADIR); | | SET_TKFLAG(STATUS_DATADIR); |
} | | } |
/** | | /** |
* Loads up to archetype initialisation using standard crossfire files in source tree | | * Loads up to archetype initialisation using standard crossfire files in source |
| | * tree. This function requires that cctk_setlog and cctk_setdatadir have both |
| | * been run already. |
*/ | | */ |
void cctk_init_std_archetypes(){ | | void cctk_init_std_archetypes(){ |
CCTK_ASSERT(STATUS_LOGDIR|STATUS_DATADIR); | | CCTK_ASSERT(STATUS_LOGDIR|STATUS_DATADIR); |