mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
fix bug introduced with merge of PR #66
forAll was intended replace the original for loop
This commit is contained in:
@ -317,7 +317,6 @@ cfdemCloud::cfdemCloud
|
|||||||
}
|
}
|
||||||
|
|
||||||
forAll(otherForceModel_, modeli)
|
forAll(otherForceModel_, modeli)
|
||||||
for (int i=0;i<otherForceModels_.size();i++)
|
|
||||||
{
|
{
|
||||||
otherForceModel_.set
|
otherForceModel_.set
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user