|
|
begin_f_loop(f, thread)
{
F_CENTROID(x,f,thread);
if(x[2]>=0.8&&x[2]<=7.61)
F_PROFILE(f, thread, position) = 0.03*0.03/150*pow(F_UDMI(f,thread,0),3)/pow((1-F_UDMI(f,thread,0)),2);
else F_PROFILE(f, thread, position) =0;
}
end_f_loop(f, thread)
}这里面的x[2]>=0.8&&x[2]<=7.61这个区域能不能在导入的图中显示 |
|