23char cftlegpp_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Non_class_members/Coef/cftlegpp.C,v 1.6 2014/10/13 08:53:10 j_novak Exp $" ;
130void cftlegpp(
const int* deg,
const int* dimf,
double* ff,
const int* dimc,
135 assert(dimc[0]==deg[0]+2) ;
136 assert(dimc[1]==deg[1]) ;
137 assert(dimc[2]==deg[2]) ;
141 int taille = dimc[0]*dimc[1]*dimc[2] ;
142 double* cf_cs =
new double[taille] ;
148 cftcosp(deg, dimf, ff, dimc, cf_cs) ;
154 chb_cosp_legpp(deg , cf_cs, cf) ;