Untitled

Anonymous
plain_text
02/16/2024 8:38 PM
616 B
18
Indexable
        const PtrList<Geom>&   php1DElements{php1dGeom_->elements()};
      

        auto iter2d{php2DElements.cbegin()};
        iter2d->points() // dziala

////////////////////////////////////

teraz to przerzucam do funkcji
Foam::word& Foam::GeomMapper::firstSection
(
        const PtrList<Geom>::const_iterator iter2d,
        const MappedPoints::const_iterator& mapIter
) const
{
        
                iter2d->   //////// pokazuje ze nie ma points()
Editor is loading...
Leave a Comment