]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
creation of INTERP_KERNEL directory to contain the interpolation routines previously...
authorvbd <vbd>
Thu, 28 Jun 2007 13:00:22 +0000 (13:00 +0000)
committervbd <vbd>
Thu, 28 Jun 2007 13:00:22 +0000 (13:00 +0000)
commitbd869a08d0764d72e0f895ea7157cd85c97c048f
tree4bad3d4816b0d241f083b107d2a9974b307c7e64
parent3e48841eaa878a7b84ea6245181ff1f97b5ba858
creation of INTERP_KERNEL directory to contain the interpolation routines previously in ParaMEDMEM
src/INTERP_KERNEL/BBTree.H [new file with mode: 0644]
src/INTERP_KERNEL/Interpolation.hxx [new file with mode: 0644]
src/INTERP_KERNEL/Interpolation2D.cxx [new file with mode: 0755]
src/INTERP_KERNEL/Interpolation2D.hxx [new file with mode: 0755]
src/INTERP_KERNEL/Interpolation3DSurf.cxx [new file with mode: 0644]
src/INTERP_KERNEL/Interpolation3DSurf.hxx [new file with mode: 0644]
src/INTERP_KERNEL/InterpolationUtils.hxx [new file with mode: 0644]
src/INTERP_KERNEL/Makefile.in [new file with mode: 0644]
src/INTERP_KERNEL/TranslationRotationMatrix.hxx [new file with mode: 0644]
src/INTERP_KERNEL/test_INTERPOL_2D.cxx [new file with mode: 0644]