Changeset 339 in Sophya for trunk/SophyaPI/PIext/basexecut.cc
- Timestamp:
- Jul 27, 1999, 12:17:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/basexecut.cc
r333 r339 286 286 } 287 287 288 // Obsolete : ne pas virer SVP, cmv 26/7/99 288 289 else if (kw == "gfd2d") { 290 cout<<"----- gfd2d OBSOLETE: utilisez nt2d -----"<<endl; 289 291 if(tokens.size()<2) 290 292 {cout<<"Usage: gfd2d nomobj numvarx erreur=(x y xy) opt"<<endl; … … 298 300 } 299 301 else if (kw == "gfd3d") { 302 cout<<"----- gfd3d OBSOLETE: utilisez nt3d -----"<<endl; 300 303 if(tokens.size()<3) 301 304 {cout<<"Usage: gfd3d nameobj numvarx numvary erreur=(x y z xy xz yz xyz) opt"<<endl; … … 710 713 usage += "\n Usage : nt3d nameobj varx vary varz [errx erry errz] [graphic_attributes]"; 711 714 usage += "\n Related commands: disp surf nt2d nt2dw gfd3d "; 715 usage += "\n Related commands: disp surf nt2d nt2dw "; 712 716 mpiac->RegisterCommand(kw, usage, this, "Obj. Display"); 717 718 // Ceci est maintenant obsolete, on garde pour info. 713 719 kw = "gfd2d"; 714 720 usage = "Displays Points (X-Y) with error-bars from a GeneralFit Data "; 715 721 usage += "\n Usage : gfd2d nameobj numvarx erreur=(x y xy) [graphic_attributes]"; 716 usage += "\n Related commands: gfd3d nt2d nt3d "; 722 usage += "\n Related commands: gfd3d nt2d nt3d "; 723 usage += "\n ----- OBSOLETE: utilisez nt2d -----"; 717 724 mpiac->RegisterCommand(kw, usage, this, "Obj. Display"); 718 725 kw = "gfd3d"; … … 720 727 usage += "\n Usage : gfd3d nameobj numvarx numvary erreur=(x y z xy xz yz xyz) [graphic_attributes]"; 721 728 usage += "\n Related commands: gfd2d nt2d nt3d "; 729 usage += "\n ----- OBSOLETE: utilisez nt3d -----"; 722 730 mpiac->RegisterCommand(kw, usage, this, "Obj. Display"); 723 731 … … 819 827 mpiac->RegisterCommand(kw, usage, this, "Expr. Plotting"); 820 828 821 822 829 } 823 830
Note:
See TracChangeset
for help on using the changeset viewer.