mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
apply minor change of setCellIDs parameter
change originally made in branch feature/recurrenceLib
This commit is contained in:
@ -262,7 +262,8 @@ public:
|
||||
for (int i=0;i<n;i++)
|
||||
particleCloud_.cellIDs_[i][0]=ID[i];
|
||||
}
|
||||
inline void setCellIDs(labelList const& ids)
|
||||
|
||||
inline void setCellIDs(DynamicList<label> const& ids)
|
||||
{
|
||||
for (int i = 0; i < ids.size(); i++)
|
||||
{
|
||||
@ -270,7 +271,6 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
virtual scalar getCG() const { Warning << "getCG() not executed correctly!" << endl; return 1.; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user