📄 cditemp.h
字号:
#ifndef __CDITEMP_H#define __CDITEMP_H/*************************************************************************Include Files*************************************************************************/#include "particle.h"#include "cdsubs.h"/*************************************************************************Function Prototypes*************************************************************************/void InitialTemp ( Particle_t *, Simulation_t *, double, BOOLEAN, BOOLEAN, int, int, int );void SetVelocity ( double (*Velocity)[NDIR], double *Mass, SEL_T *Select, int NumPart, double NewVelocity [NDIR] );void SetAngularVelocity ( double (*Coord )[NDIR], double (*Velocity)[NDIR], double *Mass, SEL_T *Select, int NumPart, double NewAngVelocity [NDIR] );#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -