hypre-space / hypre

Parallel solvers for sparse linear systems featuring multigrid methods.
https://www.llnl.gov/casc/hypre/
Other
651 stars 182 forks source link

Fix check-double autotest script #1060

Closed rfalgout closed 5 months ago

rfalgout commented 5 months ago

This fixes a recent false positive in the check-double autotest script. The updated script ignores '-' before and after the string "double", so it will not detect "long-double" in a comment, for example. This should still find all valid instances of the double keyword.