mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use faceUList typedef instead of unallocFaceList
This commit is contained in:
@ -117,7 +117,7 @@ public:
|
||||
|
||||
const labelUList& directAddressing() const
|
||||
{
|
||||
return unallocLabelList::null();
|
||||
return labelUList::null();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@ -114,7 +114,7 @@ public:
|
||||
|
||||
const labelUList& directAddressing() const
|
||||
{
|
||||
return unallocLabelList::null();
|
||||
return labelUList::null();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user