Ignore:
Timestamp:
06/16/03 13:45:01 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/readcurrents.C

    r2153 r2178  
    4545}
    4646
    47 void readcurrents(const char *fname="../currents/dcs_vega.dat")
     47void readcurrents(const char *fname="../currents/dcs_arcturus.dat")
    4848{
    4949    MParList plist;
     
    8686    {
    8787        // cur.Print();
    88         display.FillCurrents(cur);
     88        display.Fill(cur);
    8989        gPad->Modified();
    9090        gPad->Update();
Note: See TracChangeset for help on using the changeset viewer.