Salome HOME
Static members of CellModel and Units fix. abn/static_fix V9_9_0a1
authorabn <adrien.bruneton@cea.fr>
Thu, 3 Feb 2022 12:28:42 +0000 (13:28 +0100)
committerabn <adrien.bruneton@cea.fr>
Fri, 4 Feb 2022 14:14:05 +0000 (15:14 +0100)
commitfd60001c56b50dfb9c243f74912bac8afc2dfd76
treea4a297f0d45da9af81148b0c95e8a4c3bcfd58af
parentf5ef9d3ee60ec09d1a57a9777af9d989748788ee
Static members of CellModel and Units fix.

+ static items moved into dedicated methods with local static variables
+ avoid strange crashes in complex code couplings on some compilers.
src/INTERP_KERNEL/CellModel.cxx
src/INTERP_KERNEL/CellModel.hxx
src/INTERP_KERNEL/ExprEval/InterpKernelUnit.cxx
src/INTERP_KERNEL/ExprEval/InterpKernelUnit.hxx
src/INTERP_KERNEL/ExprEval/InterpKernelValue.cxx