Changeset 1236 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Oct 18, 2000, 4:37:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piafitting.cc
r1207 r1236 910 910 <<" (xc="<<xc<<")"<<endl; 911 911 Poly p1(0); 912 double c2rl = mGData->PolFit(0,p1,degre, xc);912 double c2rl = mGData->PolFit(0,p1,degre,true,xc); 913 913 cout<<"C2r_lineaire = "<<c2rl<<endl; 914 914 if(mOpt.lp>0) cout<<p1<<endl; … … 917 917 <<" (xc,yc="<<xc<<","<<yc<<")"<<endl; 918 918 Poly2 p2(0); 919 double c2rl = mGData->PolFit(0,1,p2,degre, xc,yc);919 double c2rl = mGData->PolFit(0,1,p2,degre,-1,true,xc,yc); 920 920 cout<<"C2r_lineaire = "<<c2rl<<endl; 921 921 if(mOpt.lp>0) cout<<p2<<endl;
Note:
See TracChangeset
for help on using the changeset viewer.