From 3116653f2f0b7f41a319a688f736f63f121003aa Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 5 Nov 2012 19:25:58 +0000 Subject: [PATCH] Fix to ignore duplicate third body efficiencies in ohn.cti --- data/inputs/ohn.cti | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/inputs/ohn.cti b/data/inputs/ohn.cti index ace7666b9..565d329b8 100644 --- a/data/inputs/ohn.cti +++ b/data/inputs/ohn.cti @@ -7,7 +7,8 @@ ideal_gas(name = "gas", transport = 'Mix', reactions = 'gri30: all', options = ['skip_undeclared_elements', - 'skip_undeclared_species'], + 'skip_undeclared_species', + 'skip_undeclared_third_bodies'], initial_state = state(temperature = 300.0, pressure = OneAtm, mole_fractions = 'H2:2, O2:1, N2:3.76') )