Skip to content

Commit

Permalink
relabeled specific C atoms to Cs to meet test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 authored and nyee committed Feb 15, 2017
1 parent 805adf4 commit f8ca8ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions input/kinetics/families/ketoenol/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
group =
"""
1 *2 C u0 {2,S}
2 C u0 {1,S} {3,S} {4,S} {5,S}
2 Cs u0 {1,S} {3,S} {4,S} {5,S}
3 H u0 {2,S}
4 H u0 {2,S}
5 H u0 {2,S}
Expand All @@ -194,8 +194,8 @@
group =
"""
1 *2 C u0 {2,S}
2 C u0 {1,S} {3,S} {4,S} {5,S}
3 C u0 {2,S} {6,S} {7,S} {8,S}
2 Cs u0 {1,S} {3,S} {4,S} {5,S}
3 Cs u0 {2,S} {6,S} {7,S} {8,S}
4 H u0 {2,S}
5 H u0 {2,S}
6 H u0 {3,S}
Expand Down

0 comments on commit f8ca8ba

Please sign in to comment.