diff --git a/src/fieldSources/basicSource/rotorDiskSource/trimModel/fixed/fixedTrim.C b/src/fieldSources/basicSource/rotorDiskSource/trimModel/fixed/fixedTrim.C index 4d8f1499e54e0fc5c0fbcbfe959b37c0d3a16693..d5f4843d587c7ad74427bebad02ff55cb678ec93 100644 --- a/src/fieldSources/basicSource/rotorDiskSource/trimModel/fixed/fixedTrim.C +++ b/src/fieldSources/basicSource/rotorDiskSource/trimModel/fixed/fixedTrim.C @@ -67,7 +67,7 @@ void Foam::fixedTrim::read(const dictionary& dict) scalar theta1c = degToRad(readScalar(coeffs_.lookup("theta1c"))); scalar theta1s = degToRad(readScalar(coeffs_.lookup("theta1s"))); - const List<vector>& x = rotor_.x(); + const List<point>& x = rotor_.x(); forAll(thetag_, i) { scalar psi = x[i].y();