mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-31 13:24:29 +05:00
13 lines
231 B
C++
13 lines
231 B
C++
![]() |
#ifndef __MESHCUT_CAS_HXX__
|
||
|
#define __MESHCUT_CAS_HXX__
|
||
|
|
||
|
namespace MESHCUT
|
||
|
{
|
||
|
void cas1(int VN[6], int it4);
|
||
|
void cas2(int VN[6], int it4);
|
||
|
void cas3(int VN[6], int it4);
|
||
|
void cas4(int VN[6], int it4);
|
||
|
}
|
||
|
|
||
|
#endif
|