/*************************************************************************************************************************************/ /* */ /* D E F I N I T I O N D E L A G E S T I O N D E L ' E N S E M B L E D E P A R T I C U L E S : */ /* */ /* */ /* Author of '$xrq/particle.M54$I' : */ /* */ /* Jean-Francois Colonna (LACTAMME, 1994??????????). */ /* */ /*************************************************************************************************************************************/ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* D E F I N I T I O N D E D E U X P A R T I C U L E S F I C T I V E S N E C E S S A I R E S */ /* A L A G E S T I O N D E L ' E N S E M B L E D E P A R T I C U L E S : */ /* */ /*************************************************************************************************************************************/ #define PARTICULE_NON_DEFINIE \ ADRESSE(particule_non_definie) DEFV(Local,DEFV(particule,particule_non_definie)); /* Pour permettre la reference de particules non definies, ce qui est necessaire d'une part */ /* pour initialiser la liste des particules, et d'autre part pour faire des validations. */ #define PARTICULE_INDIFFERENTE \ ADRESSE(particule_indifferente) DEFV(Local,DEFV(particule,particule_indifferente)); /* Au cas ou une particule indifferente serait necessaire. */