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
2 changes: 0 additions & 2 deletions interfaces/CHEMSH-LZ/r.chemsh-lz
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ nresidue=$(echo $MMatom / $length_residue | bc)


############### MOlPRO INPUT ####################
if [ ! -f molpro.com ]; then
cat > molpro.com << EOF
***,molpro
memory,$memory,m
Expand Down Expand Up @@ -66,7 +65,6 @@ clear,_TROV
force

EOF
fi
################ END OF MOLPRO INPUT ####################

############ DL_POLY INPUT ###################
Expand Down
Loading