diff --git a/src/lagrangian/basic/Cloud/CloudIO.C b/src/lagrangian/basic/Cloud/CloudIO.C index ea37ea27a9..0401955801 100644 --- a/src/lagrangian/basic/Cloud/CloudIO.C +++ b/src/lagrangian/basic/Cloud/CloudIO.C @@ -118,7 +118,8 @@ void Foam::Cloud::checkFieldIOobject "void Cloud::checkFieldIOobject" "(Cloud, IOField)" ) << "Size of " << data.name() - << " field does not match the number of particles" + << " field " << data.size() + << " does not match the number of particles " << c.size() << abort(FatalError); } }