Skip to content

Commit

Permalink
update: addition
Browse files Browse the repository at this point in the history
  • Loading branch information
renan991995 committed Jun 29, 2021
1 parent 956d283 commit 7e25a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MOLECULE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4871,7 +4871,7 @@ int MOLECULE::addition(int pt, int id, int bnd, bool cistrans) {
if (data->a[id].chg*chgg<0) return 0;
}
else {
else if (data->a[id].chg!=0) return 0;
if (data->a[id].chg!=0) return 0;
}

bool isnotend=0;
Expand Down

0 comments on commit 7e25a6b

Please sign in to comment.