Changeset 2419 in Sophya for trunk/SophyaPI/PIext/piacmd.cc


Ignore:
Timestamp:
Jul 21, 2003, 11:13:10 PM (22 years ago)
Author:
cmv
Message:
  • introduction notion de numero de ligne dans expression ntuple modif prototype PlotExprFunc NTLoopExprFunc (add _nl _nstart _nend) modif int_4 -> int_8_exprf (long long) pour _nl (DecodeLoopParameters,

PrepareNTExpressionCFile, LinkExprFunc,...)

  • doc pour _nl _nstart _nend et arragement repartition RegisterHelp/RegisterCommand

(rz + cmv 21/7/2003)

File:
1 edited

Legend:

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

    r2377 r2419  
    493493usage += "   by Auto_Ini_Ranf(int lp) \n";
    494494usage += "   Usage: autoiniranf";
    495 RegisterHelp(kw, usage, grp);
     495RegisterCommand(kw, usage, NULL, grp);
    496496
    497497kw = "shell execute";
     
    503503usage += "  > shell myfile.csh [arg1] [arg2] [...]\n";
    504504usage += "    (where the first line of \"myfile.csh\" is \"#!/bin/csh\")\n";
    505 RegisterHelp(kw, usage, grp);
     505RegisterCommand(kw, usage, NULL, grp);
    506506
    507507kw = "exitpiapp";
    508508usage = "To end the piapp session (Interpreter's command)";
    509 RegisterHelp(kw, usage, grp);
     509RegisterCommand(kw, usage, NULL, grp);
    510510
    511511basexec = new PIABaseExecutor(this, omg, app);
Note: See TracChangeset for help on using the changeset viewer.