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
Currently a same constant is defined across multiple INCLUDE files under src/inc. For example, all constants defined in src/inc/IOCNST3.EXT are also defined in src/inc/EMCNST3.EXT (which contains a much larger set of constant).
This practice makes it difficult to keep track when a constant need to be updated or added. Furthermore and for example, including both IOCNST3.EXT and IOSTRG3.EXTcould be replaced by just including EMCNST3.EXT.
The text was updated successfully, but these errors were encountered:
Currently a same constant is defined across multiple INCLUDE files under src/inc. For example, all constants defined in
src/inc/IOCNST3.EXT
are also defined insrc/inc/EMCNST3.EXT
(which contains a much larger set of constant).This practice makes it difficult to keep track when a constant need to be updated or added. Furthermore and for example, including both
IOCNST3.EXT
andIOSTRG3.EXT
could be replaced by just includingEMCNST3.EXT
.The text was updated successfully, but these errors were encountered: