mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
made container constructors explicit
This commit is contained in:
@ -212,7 +212,7 @@ void Foam::sampledSets::combineSampledSets
|
||||
(
|
||||
samplePts.name(),
|
||||
samplePts.axis(),
|
||||
UIndirectList<point>(allPts, indexSets[seti]),
|
||||
List<point>(UIndirectList<point>(allPts, indexSets[seti])),
|
||||
refPt
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user