There is a block of exports whose declarations are guarded with #ifdef ENERGETICS
In-and-of-itself this is not an issue, but there is no corresponding logic to actually provide values for these. (Guarded) logic exists to declare, allocate, and deallocate local variables, but that is all.
Q1: Is this in anticipation of providing formulae in the future?
Q2: If yes, can the corresponding MAPL specs be guarded with the #ifdef as well?
Q3: If no, can these sections be deleted?
There is a block of exports whose declarations are guarded with
#ifdef ENERGETICSIn-and-of-itself this is not an issue, but there is no corresponding logic to actually provide values for these. (Guarded) logic exists to declare, allocate, and deallocate local variables, but that is all.
Q1: Is this in anticipation of providing formulae in the future?
Q2: If yes, can the corresponding MAPL specs be guarded with the
#ifdefas well?Q3: If no, can these sections be deleted?