Changeset 3588 in Sophya for trunk/SophyaPI/PIext


Ignore:
Timestamp:
Mar 5, 2009, 2:27:29 PM (17 years ago)
Author:
ansari
Message:

Declaration HelpGroup Expr.Plotting mal placee, Reza 05/03/2009

File:
1 edited

Legend:

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

    r3572 r3588  
    11461146
    11471147//------ Commandes trace d'expression
     1148grp = "Expr. Plotting";
     1149gdesc = "Compute and plot various (c-syntax) expressions of objects \n";
     1150gdesc += "Objects are seen as list of structures (n-tuples)\n";
     1151gdesc += "See ObjectExpressions help item for a list of structure\n";
     1152gdesc += "fields for the different classes managed by piapp";
     1153mpiac->AddHelpGroup(grp, gdesc);
     1154
    11481155kw = "ObjectExpressions";
    11491156usage = "Any mathematical expression (math.h) with object variables can be used";
     
    11691176mpiac->RegisterHelp(kw, usage, grp);
    11701177
    1171 grp = "Expr. Plotting";
    1172 gdesc = "Compute and plot various (c-syntax) expressions of objects \n";
    1173 gdesc += "Objects are seen as list of structures (n-tuples)\n";
    1174 gdesc += "See ObjectExpressions help item for a list of structure\n";
    1175 gdesc += "fields for the different classes managed by piapp";
    1176 mpiac->AddHelpGroup(grp, gdesc);
    11771178
    11781179kw = "plot2d";
Note: See TracChangeset for help on using the changeset viewer.