00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef SELEMENTLIMIT_H
00014 #define SELEMENTLIMIT_H
00015
00016 #include "shells.h"
00017
00018 #ifdef __cplusplus
00019 namespace shells {
00020 #define DECLARE_EXTERN extern "C"
00021 #else
00022 #define DECLARE_EXTERN extern
00023 #endif
00024
00025 DECLARE_EXTERN void selementLimit(SShell *shell,
00026 double *limitxyzg,
00027 double *limitdispg,
00028 int size);
00029
00030 #ifdef __cplusplus
00031 }
00032 #endif
00033 #undef DECLARE_EXTERN
00034
00035 #endif