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