replace tabs by spaces

for whatever reason a few tabulator characters crept in...
This commit is contained in:
Andreas Lauser 2018-10-29 10:05:46 +01:00
parent 3c94807b85
commit f03711aff6

View File

@ -912,7 +912,7 @@ public:
}
void setRestart(const Opm::data::Solution& sol, unsigned elemIdx, unsigned globalDofIndex)
void setRestart(const Opm::data::Solution& sol, unsigned elemIdx, unsigned globalDofIndex)
{
Scalar so = 1.0;
if (saturation_[waterPhaseIdx].size() > 0 && sol.has("SWAT")) {