📄 util.c
字号:
/* util.c Utility functions this file is part of Vegas last modified 2 Mar 06 th*/#include "decl.h"static count ndim_, ncomp_;static number neval_;static Grid *gridptr_[MAXGRIDS];static count griddim_[MAXGRIDS];int EXPORT(vegasnbatch) = 1000;int EXPORT(vegasgridno) = 0;char EXPORT(vegasstate)[MAXSTATESIZE] = "";#define SamplesAlloc(p, n) \ MemAlloc(p, (n)*((ndim_ + ncomp_ + 1)*sizeof(real) + ndim_*sizeof(bin_t)))#ifdef DEBUG#include "debug.c"#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -