Skip to content

Commit

Permalink
Merge pull request #111 from ReactionMechanismGenerator/strictParents
Browse files Browse the repository at this point in the history
Add star to fix bug with parent/child to rings.py
  • Loading branch information
connie authored Jul 1, 2016
2 parents d64badb + 5ab0c2a commit b3605f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions input/thermo/groups/ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
label = "Benzene",
group =
"""
1 Cb u0 {2,B} {6,B}
2 Cb u0 {1,B} {3,B}
3 Cb u0 {2,B} {4,B}
4 Cb u0 {3,B} {5,B}
5 Cb u0 {4,B} {6,B}
6 Cb u0 {1,B} {5,B}
1 * Cb u0 {2,B} {6,B}
2 Cb u0 {1,B} {3,B}
3 Cb u0 {2,B} {4,B}
4 Cb u0 {3,B} {5,B}
5 Cb u0 {4,B} {6,B}
6 Cb u0 {1,B} {5,B}
""",
thermo = ThermoData(
Tdata = ([300,400,500,600,800,1000,1500],'K'),
Expand Down

0 comments on commit b3605f7

Please sign in to comment.