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

refine_tet_add improper calls to get epsilonl #242

Open
millerta opened this issue Apr 17, 2022 · 0 comments
Open

refine_tet_add improper calls to get epsilonl #242

millerta opened this issue Apr 17, 2022 · 0 comments

Comments

@millerta
Copy link
Collaborator

integer dsmin is used to get value of REAL epsilonl

discovered while checking use of cmo_get_attinfo and have not observed any issues.
Either this part of code is not being used or value is not used in a meaningful way.

When I check test return value of using integer dsmin, it is a garbage large number.

505
506 C           call get_epsilon('epsilonl', dsmin)
507             call cmo_get_attinfo('epsilonl',cmo_name,iout,dsmin,cout,
508      *           ipout,lout,itype,icscode)

517
518             call filter_subset(cmo_name,icount,iptest,dsmin)

763              call get_epsilon('epsilonl', dsmin)
764             call filter_subset(cmo_name,icount,iptest,dsmin)
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