Merge pull request #1309 from amilsted/issue_995

This commit is contained in:
langou
2026-06-15 12:23:09 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -465,7 +465,7 @@
ELSE
* None of the representations investigated satisfied our
* criteria. Take the best one we found.
IF((SMLGROWTH.LT.FAIL).OR.NOFAIL) THEN
IF((SMLGROWTH.LT.FAIL*SPDIAM).OR.NOFAIL) THEN
LSIGMA = BESTSHIFT
RSIGMA = BESTSHIFT
FORCER = .TRUE.
+1 -1
View File
@@ -465,7 +465,7 @@
ELSE
* None of the representations investigated satisfied our
* criteria. Take the best one we found.
IF((SMLGROWTH.LT.FAIL).OR.NOFAIL) THEN
IF((SMLGROWTH.LT.FAIL*SPDIAM).OR.NOFAIL) THEN
LSIGMA = BESTSHIFT
RSIGMA = BESTSHIFT
FORCER = .TRUE.