[1D/samples] Fix C++ flame speed example
Fixes a regression introduced in 6f45b241.
This commit is contained in:
parent
35be561d99
commit
1ec9ce2c01
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue