45#include "implicit_f.inc"
50 my_real,
INTENT(INOUT) :: zh(3),h
54 my_real :: knots(4),c(3),c_d(3),c_dd(3),t
64 f = dot_product(c(1:3)-z(1:3), c_d(1:3))
65 f_d = dot_product(c_d(1:3), c_d(1:3)) + dot_product(c(1:3)-z(1:3), c_dd(1:3))
70 print *,
"/DFS/DETCORD : error, convergence issue"
78 h=sqrt(dot_product(c(1:3)-z(1:3),c(1:3)-z(1:3)))