Changeset 449 in Sophya for trunk/SophyaPI/PIext/basexecut.cc
- Timestamp:
- Oct 1, 1999, 3:47:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/basexecut.cc
r447 r449 551 551 return(0); 552 552 } 553 cout<<"CMV -> Reza tu dois mettre ici (def_val) la valeur par defaut"<<endl;554 553 double def_val = 0.; 555 554 if(tokens.size()>=3) def_val = atof(tokens[2].c_str()); … … 718 717 usage += "\n Related commands: saveobj openppf savefits"; 719 718 mpiac->RegisterCommand(kw, usage, this, "FileIO"); 719 kw = "ntfrascii"; 720 usage = "Fills an existing NTuple from ASCII table file"; 721 usage += "\n Usage: ntfrascii nt_name file_name [def_init_val]"; 722 usage += "\n Related commands: ntloop fillnt "; 723 mpiac->RegisterCommand(kw, usage, this, "FileIO"); 724 720 725 721 726 kw = "print"; … … 918 923 mpiac->RegisterCommand(kw, usage, this, "Expr. Plotting"); 919 924 920 kw = "ntfrascii";921 usage = "Fills an existing NTuple from ASCII table file";922 usage += "\n Usage: ntfrascii nt_name file_name [def_init_val]";923 usage += "\n Related commands: ntloop fillnt ";924 mpiac->RegisterCommand(kw, usage, this, "Expr. Plotting");925 926 925 kw = "fillnt"; 927 926 usage = "Creates and Fills an NTuple(x,y,z,t) with (X=f(Object),Y=g(...),Z=h(...),T=k(...))";
Note:
See TracChangeset
for help on using the changeset viewer.