[Reactor] Make default wall area 1.0 m^2

This makes the default consistent with the documentation in the Python
module.

Fixes Issue 194.
This commit is contained in:
Bryan W. Weber 2013-12-16 23:21:58 +00:00
parent e1a49487b7
commit 1a2404aea5

View file

@ -9,7 +9,7 @@
namespace Cantera
{
Wall::Wall() : m_left(0), m_right(0),
m_area(0.0), m_k(0.0), m_rrth(0.0), m_emiss(0.0),
m_area(1.0), m_k(0.0), m_rrth(0.0), m_emiss(0.0),
m_vf(0), m_qf(0)
{
for (int n = 0; n < 2; n++) {