From 49ff2c4dbf697e07c204423e174c01da3ae4fff3 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 14 Nov 2012 21:07:07 +0000 Subject: [PATCH] Fix to ignore duplicate third body efficiencies in ohn.cti Cherry-picked from 2.0 maintenance branch (r1911) --- 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') )