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


Ignore:
Timestamp:
Aug 12, 1999, 4:34:22 PM (26 years ago)
Author:
ercodmgr
Message:

Diverses modifs + Fonc. Link Dyn pour fitting - Reza+cmv 12/8/99

File:
1 edited

Legend:

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

    r361 r384  
    5151// >>>>>>>>>>> Fenetre graphique , changement d'attributs graphiques
    5252else if (kw == "zone") {
    53   if (tokens.size() < 2) { cout << "Usage: zone nx ny" << endl;  return(0); }
     53  while (tokens.size() < 2) tokens.push_back("1");
    5454  int nx, ny;
    5555  nx = ny = 1;
     
    596596
    597597kw = "zone";
    598 usage = "To Divide the Graphic window \n  Usage: zone nx ny";
     598usage = "To Divide the Graphic window \n  Usage: zone [nx=1 ny=1]";
    599599mpiac->RegisterCommand(kw, usage, this, "Graphics");
    600600kw = "newwin";
Note: See TracChangeset for help on using the changeset viewer.