G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
gsPlainObjectBaseAddons.h
Go to the documentation of this file.
1
14EIGEN_STRONG_INLINE void swapPointer(Scalar * & ptr)
15{
16 // Use with Caution for memory leaks!
17 m_storage.swapData(ptr);
18}