Changeset 1920 in Sophya for trunk/SophyaPI/PIext/contmodex.cc
- Timestamp:
- Mar 6, 2002, 5:50:30 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/contmodex.cc
r1828 r1920 24 24 cout << " registration of contour commands "<<endl; 25 25 string hgrp,kw,usage; 26 hgrp = "OlivierCmd"; 26 27 hgrp = "Obj. Display"; 27 28 28 29 kw = "contour"; … … 31 32 mpiac->RegisterCommand(kw, usage, this, hgrp); 32 33 34 hgrp = "Obj. Display"; 33 35 kw = "ntcont"; 34 36 usage = "Creates and displays a ContourDrawer (from a NTuple)";
Note:
See TracChangeset
for help on using the changeset viewer.