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

Enforce keywords to be placed within modules #251

Open
neelravi opened this issue Jun 15, 2023 · 0 comments
Open

Enforce keywords to be placed within modules #251

neelravi opened this issue Jun 15, 2023 · 0 comments
Assignees
Labels
new feature New feature or request

Comments

@neelravi
Copy link
Collaborator

In the input file, make sure that the keywords are placed within the parenthesis of the corresponding modules only. For example,

%module blocking_dmc
    dmc_nstep     60
    dmc_nblk      10
    dmc_nblkeq    1
    dmc_nconf     20
    dmc_nconf_new 0
%endmodule

The dmc_nstep should belong to the blocking_dmc module only.

This needs modifications in the libFDF parser.

@neelravi neelravi added the new feature New feature or request label Jun 15, 2023
@neelravi neelravi self-assigned this Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant