[Test] Set reaction type in surfkin test input file

Surface reactions must have the XML attribute 'type="surface"'. This is set
automatically by the CTI 'surface_reaction' class.
This commit is contained in:
Ray Speth 2014-11-11 00:12:15 +00:00
parent 69650b8ec2
commit a3645ee925

View file

@ -73,7 +73,7 @@
<reactionData id="surf_rxn_data">
<!-- reaction 1 -->
<reaction id="surf_rxn_1" reversible="yes">
<reaction id="surf_rxn_1" type="surface" reversible="yes">
<equation>H + surf_H [=] H2 + surf_site</equation>
<reactants> H:1 surf_H:1 </reactants>
<products>H2:1 surf_site:1 </products>