23char cftlegip_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Non_class_members/Coef/cftlegip.C,v 1.3 2014/10/13 08:53:09 j_novak Exp $" ;
123void cftlegip(
const int* deg,
const int* dimf,
double* ff,
const int* dimc,
128 assert(dimc[0]==deg[0]+2) ;
129 assert(dimc[1]==deg[1]) ;
130 assert(dimc[2]==deg[2]) ;
134 int taille = dimc[0]*dimc[1]*dimc[2] ;
135 double* cf_cs =
new double[taille] ;
141 cftcosi(deg, dimf, ff, dimc, cf_cs) ;
147 chb_cosi_legip(deg , cf_cs, cf) ;