Fixed an optimization compiler warning about a possible uninitialized variable.
This commit is contained in:
parent
3b529d293a
commit
9d6b4258d9
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ namespace Cantera {
|
|||
doublereal zfixed,interp_factor;
|
||||
doublereal z1 = 0.0, z2 = 0.0, t1,t2;
|
||||
int strt, n, m, i;
|
||||
int m1,m2;
|
||||
int m1 = 0,m2 = 0;
|
||||
vector_int dsize;
|
||||
bool addnewpt=false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue