Skip to content
Snippets Groups Projects
Commit 501de6dc authored by mattijs's avatar mattijs
Browse files

BUG: CollidingParcel: is not contiguous since have collisionRecords_

parent 60db6d2d
Branches
Tags
1 merge request!121Merge develop into master for v1706 release
......@@ -46,12 +46,6 @@ namespace Foam
{
typedef CollidingParcel<KinematicParcel<particle>>
basicKinematicCollidingParcel;
template<>
inline bool contiguous<basicKinematicCollidingParcel>()
{
return true;
}
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment