|
|
@ -294,8 +294,8 @@ cm_core(ARGS) |
|
|
/*** must determine position progressively & then ***/ |
|
|
/*** must determine position progressively & then ***/ |
|
|
/*** calculate required output. ***/ |
|
|
/*** calculate required output. ***/ |
|
|
|
|
|
|
|
|
dout_din = 0.0 / 0.0; |
|
|
|
|
|
B_out = 0.0 / 0.0; |
|
|
|
|
|
|
|
|
dout_din = NAN; |
|
|
|
|
|
B_out = NAN; |
|
|
|
|
|
|
|
|
for (i = 1; i < size; i++) |
|
|
for (i = 1; i < size; i++) |
|
|
if (H_input < (H[i].rvalue + H[i+1].rvalue) / 2.0) { |
|
|
if (H_input < (H[i].rvalue + H[i+1].rvalue) / 2.0) { |
|
|
|