Skip to content

Commit 7083943

Browse files
committed
Add the missing reactant and product number in the intra_R families
1 parent 89564b6 commit 7083943

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

input/kinetics/families/Intra_R_Add_Endocyclic/groups.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
reverse = "Ring_Open_Endo_Cycli_Radical"
1313
reversible = True
1414

15+
reactantNum = 1
16+
17+
productNum = 1
18+
1519
autoGenerated = True
1620

1721
recipe(actions=[

input/kinetics/families/Intra_R_Add_Exocyclic/groups.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
reverse = "Ring_Open_Exo_Cycli_Radical"
1313
reversible = True
1414

15+
reactantNum = 1
16+
17+
productNum = 1
18+
1519
autoGenerated = True
1620

1721
recipe(actions=[

0 commit comments

Comments
 (0)