Changeset 339 in Sophya for trunk/SophyaPI/PIext/basexecut.cc


Ignore:
Timestamp:
Jul 27, 1999, 12:17:12 PM (26 years ago)
Author:
ercodmgr
Message:

Pour creer les ADAPTER de GeneralFitData cmv 27/7/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/basexecut.cc

    r333 r339  
    286286  }
    287287
     288// Obsolete : ne pas virer SVP, cmv 26/7/99
    288289else if (kw == "gfd2d") {
     290  cout<<"----- gfd2d OBSOLETE: utilisez nt2d -----"<<endl;
    289291  if(tokens.size()<2)
    290292    {cout<<"Usage: gfd2d nomobj numvarx erreur=(x y xy) opt"<<endl;
     
    298300  }
    299301else if (kw == "gfd3d") {
     302  cout<<"----- gfd3d OBSOLETE: utilisez nt3d -----"<<endl;
    300303  if(tokens.size()<3)
    301304    {cout<<"Usage: gfd3d nameobj numvarx numvary erreur=(x y z xy xz yz xyz) opt"<<endl;
     
    710713usage += "\n Usage : nt3d nameobj varx vary varz [errx erry errz] [graphic_attributes]";
    711714usage += "\n  Related commands: disp  surf  nt2d nt2dw  gfd3d "; 
     715usage += "\n  Related commands: disp  surf  nt2d nt2dw "; 
    712716mpiac->RegisterCommand(kw, usage, this, "Obj. Display");
     717
     718// Ceci est maintenant obsolete, on garde pour info.
    713719kw = "gfd2d";
    714720usage = "Displays Points (X-Y) with error-bars from a GeneralFit Data ";
    715721usage += "\n Usage : gfd2d nameobj numvarx erreur=(x y xy) [graphic_attributes]";
    716 usage += "\n  Related commands: gfd3d nt2d nt3d "; 
     722usage += "\n  Related commands: gfd3d nt2d nt3d ";
     723usage += "\n  ----- OBSOLETE: utilisez nt2d -----";
    717724mpiac->RegisterCommand(kw, usage, this, "Obj. Display");
    718725kw = "gfd3d";
     
    720727usage += "\n Usage : gfd3d nameobj numvarx numvary erreur=(x y z xy xz yz xyz) [graphic_attributes]";
    721728usage += "\n  Related commands: gfd2d nt2d nt3d "; 
     729usage += "\n  ----- OBSOLETE: utilisez nt3d -----";
    722730mpiac->RegisterCommand(kw, usage, this, "Obj. Display");
    723731
     
    819827mpiac->RegisterCommand(kw, usage, this, "Expr. Plotting");
    820828
    821 
    822829}
    823830
Note: See TracChangeset for help on using the changeset viewer.