Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/packmol.f90
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ program packmol
end if
ival = 2
do
if (ival > maxkeywords) exit
read(keyword(iline_atoms,ival),*,iostat=ioerr) iat
if ( ioerr /= 0 ) exit
if ( iat > natoms(itype) ) then
Expand All @@ -440,6 +441,7 @@ program packmol
end if
ival = 2
do
if (ival > maxkeywords) exit
read(keyword(iline_atoms,ival),*,iostat=ioerr) iat
if ( ioerr /= 0 ) exit
if ( iat > natoms(itype) ) then
Expand All @@ -462,6 +464,7 @@ program packmol
end if
ival = 2
do
if (ival > maxkeywords) exit
read(keyword(iline_atoms,ival),*,iostat=ioerr) iat
if ( ioerr /= 0 ) exit
if ( iat > natoms(itype) ) then
Expand All @@ -485,6 +488,7 @@ program packmol
end if
ival = 2
do
if (ival > maxkeywords) exit
read(keyword(iline_atoms,ival),*,iostat=ioerr) iat
if ( ioerr /= 0 ) exit
if ( iat > natoms(itype) ) then
Expand Down
Loading