23char citlegpp_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Non_class_members/Coef/citlegpp.C,v 1.6 2014/10/13 08:53:12 j_novak Exp $" ;
128void citlegpp(
const int* deg,
const int* dimc,
double* cf,
const int* dimf,
133 assert(dimc[0]==deg[0]+2) ;
134 assert(dimc[1]==deg[1]) ;
135 assert(dimc[2]==deg[2]) ;
139 int taille = dimc[0]*dimc[1]*dimc[2] ;
140 double* cf_cs =
new double[taille] ;
146 chb_legpp_cosp(deg , cf, cf_cs) ;
152 citcosp(deg, dimc, cf_cs, dimf, ff) ;