*** empty log message ***
This commit is contained in:
parent
86a6070392
commit
14aa5baee8
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class Phase:
|
|||
m = self.elementIndex(element)
|
||||
k = self.speciesIndex(species)
|
||||
na = _cantera.phase_natoms(self._phase_id, k, m)
|
||||
if na < 0: return 0
|
||||
#if na < 0: return 0
|
||||
return na
|
||||
except CanteraError:
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue