BUG. FaceCellWave. If propagationTol is a *const* scalar then

setPropagationTol cannot be called.
This commit is contained in:
graham
2010-03-16 22:01:02 +00:00
parent 52fc076b47
commit 772c78e5e3
2 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ class FaceCellWave
// Private static data
static const scalar geomTol_;
static const scalar propagationTol_;
static scalar propagationTol_;
public: