[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:
parent
69650b8ec2
commit
a3645ee925
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue