Changeset 1917 in Sophya


Ignore:
Timestamp:
Mar 6, 2002, 1:58:31 PM (24 years ago)
Author:
ansari
Message:

Corrections mineures de help-piapp , Reza 06/03/2002

File:
1 edited

Legend:

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

    r1911 r1917  
    385385else if (kw == "newmtx") {
    386386  if (tokens.size() < 3) {
    387     cout << "Usage: newvec name sizeX(Col) sizeY(Lines) [f(i,j) dopt] " << endl; return(0);
     387    cout << "Usage: newmtx name sizeX(Col) sizeY(Lines) [f(i,j) dopt] " << endl; return(0);
    388388    }
    389389  int nx = atoi(tokens[1].c_str());
     
    999999kw = "newmtx";
    10001000usage = "Creates (and optionaly fills) a matrix \n";
    1001 usage +="  Usage: newvec name sizeX(Col) sizeY(Lines) [f(i,j) [dopt] ] ";
     1001usage +="  Usage: newmtx name sizeX(Col) sizeY(Lines) [f(i,j) [dopt] ] ";
    10021002usage += "\n  Related commands: newvec"; 
    10031003mpiac->RegisterCommand(kw, usage, this, "Objects");
Note: See TracChangeset for help on using the changeset viewer.