You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: