Salome HOME
[tuleap30958] : windows porting
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 12 Sep 2022 07:51:31 +0000 (09:51 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 12 Sep 2022 07:51:31 +0000 (09:51 +0200)
src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.hxx

index 4c980a06f49fd1e9b19e5ab57196c769107c4ef3..9d90dc9da966ec0acbeda4d326571c177f436cad 100644 (file)
@@ -24,7 +24,7 @@
 
 namespace INTERP_KERNEL
 {
-  class LUDecomp
+  class INTERPKERNEL_EXPORT LUDecomp
   {
   private:
     mcIdType n;