more code formatting consistency changes for loops and conditionals

This commit is contained in:
Axel Kohlmeyer
2020-12-30 09:27:47 -05:00
parent 28de7e351a
commit 51a20175c9
171 changed files with 744 additions and 747 deletions

View File

@ -545,7 +545,7 @@ pseudo code:
bactrack = true
// GRAD_TOL = 0.1
if ( (not backtrack) && (fabs(fhCurr/fh0) <= GRAD_TOL) ):
if ((not backtrack) && (fabs(fhCurr/fh0) <= GRAD_TOL)):
// forces sufficiently reduced without energy increase
EXIT with success