|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
很简单个东西为什么老出错呵呵,请大家指点一下
#include "udf.h"
#include "mem.h"
Domain *d;
DEFINE_ON_DEMAND(reset_UDM)
{
Thread *t;
face_t f;
int i=0;
d = Get_Domain(1);
thread_loop_f(t,d)
{
begin_f_loop(f,t)
{
for(i=0;i<2;i++)
F_UDMI(f,t,i)=0;
}
end_f_loop(f,t)
}
}
Error:
FLUENT received fatal signal (ACCESS_VIOLATION)
1. Note exact events leading to error.
2. Save case/data under new name.
3. Exit program and restart to continue.
4. Report error to your distributor.
Error Object: () |
|