Reply To: IndicatorCuboid2D : Need extra Explanation
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › IndicatorCuboid2D : Need extra Explanation › Reply To: IndicatorCuboid2D : Need extra Explanation
December 21, 2020 at 11:30 am
#5431
Adrian
Keymaster
Sure, fur functions that are not yet converted to using FunctorPtr arguments such as rename you can dereference the shared_ptr using the “*” operator:
`
superGeometry.rename(4,1,*unified_box);
`
