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

Is solidmpseqs.h missing some code? #847

Open
bdezonia opened this issue Feb 23, 2024 · 0 comments
Open

Is solidmpseqs.h missing some code? #847

bdezonia opened this issue Feb 23, 2024 · 0 comments

Comments

@bdezonia
Copy link
Contributor

So in solidmpseqs.h there are many places that have a code block similar to this [ usually right after a call the MPinitializer() ].

spc5.n90 = VNMRSN90;
spc5.n90m = VNMRSN90M;
spc5.trap = VNMRSTRAP;

if (PWRF_DELAY > 0.0) {
spc5.n90 = INOVAN90;
spc5.n90m = INOVAN90Mh
spc5.trap = INOVATRAP;
}

However the following three routines do not supply this code:

getpostc6() [notice that getpostc7() has the missing code block]

getspnl()

getr1817()

Is this a result of an incomplete edit or is this designed to be like this?

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

1 participant