[1D/samples] Fix C++ flame speed example

Fixes a regression introduced in 6f45b241.
This commit is contained in:
Ray Speth 2019-01-29 22:17:20 -05:00
parent 35be561d99
commit 1ec9ce2c01

View file

@ -51,7 +51,8 @@ int flamespeed(double phi)
//-------- step 1: create the flow -------------
FreeFlame flow(&gas);
StFlow flow(&gas);
flow.setFreeFlow();
// create an initial grid
int nz = 6;