Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unification of INCLUDE files #109

Open
hnqtran opened this issue Aug 15, 2024 · 2 comments
Open

Unification of INCLUDE files #109

hnqtran opened this issue Aug 15, 2024 · 2 comments

Comments

@hnqtran
Copy link
Contributor

hnqtran commented Aug 15, 2024

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.

@cjcoats
Copy link

cjcoats commented Oct 15, 2024

Almost all of this goes away if you follow the practice of USE M3UTILIO as has been reccommended since the creation of I/O API version 3.0 in 2003.

@cjcoats
Copy link

cjcoats commented Oct 16, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants