coordinateSystems::cylindrical: Corrected addressing of the rotation tensor for a cellZone

This commit is contained in:
Henry Weller
2019-04-24 12:26:20 +01:00
parent fa20fe9015
commit f3fb9b38c1

View File

@ -209,7 +209,7 @@ void Foam::cylindrical::updateCells
vector dir = cc[celli] - origin_;
dir /= mag(dir) + vSmall;
R[celli] = this->R(dir);
R[i] = this->R(dir);
}
}