Skip to content

Commit

Permalink
Merge pull request #224 from openmopac/api-preventative-care
Browse files Browse the repository at this point in the history
API preventative care
  • Loading branch information
godotalgorithm authored Nov 11, 2024
2 parents 655545f + 722dbff commit e7335ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/run_mopac.F90
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ subroutine run_mopac
numcal0 = numcal
job_no0 = job_no
step_num0 = step_num
! other initialization to prevent hysteresis between API calls (add more as needed)
keywrd = ' '
keywrd_txt = ' '
keywrd_quoted = ' '
refkey = ' '
call summary("",-21) ! reset MOPAC's error handler
!------------------------------------------------------------------------
tore = ios + iop + iod
call fbx ! Factorials and Pascal's triangle (pure constants)
Expand Down

0 comments on commit e7335ba

Please sign in to comment.