[YAML] preserve zero in Troe T2 input
This commit is contained in:
parent
5bc81bf397
commit
197c69a476
1 changed files with 1 additions and 1 deletions
|
|
@ -620,7 +620,7 @@ class Troe:
|
|||
|
||||
def reduce(self, output):
|
||||
troe = FlowMap([('A', self.A), ('T3', self.T3), ('T1', self.T1)])
|
||||
if self.T2:
|
||||
if self.T2 is not None:
|
||||
troe['T2'] = self.T2
|
||||
output['Troe'] = troe
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue