Changeset 2684 in Sophya for trunk/SophyaPI


Ignore:
Timestamp:
Apr 22, 2005, 10:55:09 AM (20 years ago)
Author:
cmv
Message:

allow n/pl command as a n/plot alias cmv 22/04/05

File:
1 edited

Legend:

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

    r2681 r2684  
    5555usage += "\n   1D distribution with the same binning";
    5656usage += "\n  Related commands: plot2dw plot3d"; 
     57piac->RegisterCommand(kw,usage,this,hgrp);
     58
     59kw = "n/pl";
     60usage = "alias to n/plot (see n/plot)";
    5761piac->RegisterCommand(kw,usage,this,hgrp);
    5862
Note: See TracChangeset for help on using the changeset viewer.