Skip to content

Commit

Permalink
fix dimensionality for 'cm^5/(mol^2*s)'
Browse files Browse the repository at this point in the history
Co-authored-by: Richard West <r.west@northeastern.edu>
  • Loading branch information
ntietje1 and rwest committed Jun 24, 2024
1 parent 8dc988b commit f199d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/kinetics/surface.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ cdef class SurfaceArrhenius(Arrhenius):
'm^4/(molecule^2*s)': 2,
'cm^2/(molecule*s)': 1,
'cm^4/(molecule^2*s)': 2,
'cm^5/(mol^2*s)': 3,
'cm^5/(mol^2*s)': 2,
}

if self._T0.value_si != 1:
Expand Down

0 comments on commit f199d15

Please sign in to comment.