| # | Line 109 | Line 109 | int main(int argc, char* argv[]){ | |
|---|---|---|
| 109 | identMat(2,2) = 1.0; | |
| 110 | ||
| 111 | Globals* simParams = info->getSimParams(); | |
| 112 | < | RealType temperature; |
| 113 | < | RealType viscosity; |
| 112 | > | RealType temperature(0.0); |
| 113 | > | RealType viscosity(0.0); |
| 114 | ||
| 115 | if (simParams->haveViscosity()) { | |
| 116 | viscosity = simParams->getViscosity(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |