avoid warnings
parent
538714fb69
commit
89cd600165
|
|
@ -34,8 +34,8 @@ typedef ISAM<IndexConditional> SymbolicISAM;
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
// Some numbers that should be consistent among all smoother tests
|
// Some numbers that should be consistent among all smoother tests
|
||||||
|
|
||||||
static double sigmax1 = 0.786153, sigmax2 = 0.687131, sigmax3 = 0.671512, sigmax4 =
|
//static double sigmax1 = 0.786153, sigmax2 = 0.687131 ,sigmax3 = 0.671512,
|
||||||
0.669534, sigmax5 = sigmax3, sigmax6 = sigmax2, sigmax7 = sigmax1;
|
//sigmax4 = 0.669534, sigmax5 = sigmax3,, sigmax7 = sigmax1, sigmax6 = sigmax2;
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ using symbol_shorthand::L;
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
// Some numbers that should be consistent among all smoother tests
|
// Some numbers that should be consistent among all smoother tests
|
||||||
|
|
||||||
static double sigmax1 = 0.786153, sigmax2 = 1.0/1.47292, sigmax3 = 0.671512, sigmax4 =
|
static double sigmax1 = 0.786153, /*sigmax2 = 1.0/1.47292,*/ sigmax3 = 0.671512, sigmax4 =
|
||||||
0.669534 /*, sigmax5 = sigmax3, sigmax6 = sigmax2*/, sigmax7 = sigmax1;
|
0.669534 /*, sigmax5 = sigmax3, sigmax6 = sigmax2*/, sigmax7 = sigmax1;
|
||||||
|
|
||||||
static const double tol = 1e-4;
|
static const double tol = 1e-4;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue