Changeset 1920 in Sophya for trunk/SophyaPI/PIext/contmodex.cc


Ignore:
Timestamp:
Mar 6, 2002, 5:50:30 PM (24 years ago)
Author:
perderos
Message:

1) ajout de commande pour trace de champ de vecteur
2) modif pour compil sous peida (pawexecut.cc) OP 06/03/2002

File:
1 edited

Legend:

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

    r1828 r1920  
    2424  cout << " registration of contour commands "<<endl;
    2525  string hgrp,kw,usage;
    26   hgrp = "OlivierCmd";
     26 
     27  hgrp = "Obj. Display";
    2728 
    2829  kw = "contour";
     
    3132  mpiac->RegisterCommand(kw, usage, this, hgrp);
    3233 
     34  hgrp = "Obj. Display";
    3335  kw = "ntcont";
    3436  usage = "Creates and displays a ContourDrawer (from a NTuple)";
Note: See TracChangeset for help on using the changeset viewer.