Skip to content

Commit 2b2c3b4

Browse files
JanosJiridanielhollas
authored andcommitted
Tiny fix for QChem interface
1 parent b0f1cfb commit 2b2c3b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interfaces/QCHEM/r.qchem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo '$end
2525
2626
$rem'>>$input
2727

28-
if [[ $timestep -ne 1 ]]; then
28+
if [[ $timestep -ne 0 ]]; then
2929
echo 'SCF_GUESS read'>>$input
3030
fi
3131

0 commit comments

Comments
 (0)