Skip to content
Snippets Groups Projects
Commit 6bbc2efc authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Remove deprecated comparison of float (in)equality (e.g. replace a<1.0_dp by...

Remove deprecated comparison of float (in)equality (e.g. replace a<1.0_dp by abs(a-1.0_dp)<eps with eps=10**-12)
parent 847f8062
No related branches found
No related tags found
No related merge requests found
Showing
with 325 additions and 115 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment