📄 inicon.h
字号:
#ifndef INICON_H#define INICON_H#include <stdio.h>/** This class is used for the initial condioins data, it is used by the mechprep preprocessor.*/class inicon{ public: inicon(); ~inicon(); long read_prop(FILE *in, long ndof, long lc); long nlc; ///< load case number long ncon; ///< number of conditions double *con; ///< array with conditions values};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -