Skip to content

Commit

Permalink
Merge pull request #232 from openmopac/4atom-patch
Browse files Browse the repository at this point in the history
Fix API failure w/ 4 atoms
  • Loading branch information
godotalgorithm authored Dec 3, 2024
2 parents 48500c0 + 820ebdb commit 490725e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ cff-version: 1.2.0
message: "If you use this software for a scientific publication, please cite it as below."
title: MOPAC
type: software
version: 23.0.2
version: 23.0.3
doi: 10.5281/zenodo.6511958
date-released: 2024-11-18
date-released: 2024-12-03
authors:
- family-names: Moussa
given-names: "Jonathan E."
Expand Down
1 change: 0 additions & 1 deletion src/geometry/gmetry.F90
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ subroutine gmetry(geo, coord)
coord(3,3) = coord(3,2)
end if

if(size(na) == 4) call exit(1)
do i = 4, natoms
if (na(i) == 0) then
coord(:,i) = geo(:,i) ! Coordinate is already Cartesian
Expand Down

0 comments on commit 490725e

Please sign in to comment.