Changeset 384 in Sophya for trunk/SophyaPI/PIext/basexecut.cc
- Timestamp:
- Aug 12, 1999, 4:34:22 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/basexecut.cc
r361 r384 51 51 // >>>>>>>>>>> Fenetre graphique , changement d'attributs graphiques 52 52 else 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"); 54 54 int nx, ny; 55 55 nx = ny = 1; … … 596 596 597 597 kw = "zone"; 598 usage = "To Divide the Graphic window \n Usage: zone nx ny";598 usage = "To Divide the Graphic window \n Usage: zone [nx=1 ny=1]"; 599 599 mpiac->RegisterCommand(kw, usage, this, "Graphics"); 600 600 kw = "newwin";
Note:
See TracChangeset
for help on using the changeset viewer.