Changeset 4681 for trunk


Ignore:
Timestamp:
08/18/04 12:20:04 (20 years ago)
Author:
rwagner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4680 r4681  
    173173     - changed the definition of FetMinimum/GetMaximum such that
    174174       it compiles with root 4.00/08
     175
     176
     177
     178 2004/08/17: Robert Wagner
     179
     180   * mstarcam, mstarcam/Makefile, mstarcam/StarcamLinkDef.h,   
     181     mstarcam/StarcamIncl.h, macros/dohtml.C, macros/rootlogon.C
     182     - Added directory mstarcam for holding all classes related to
     183       studies of stars
     184
     185   * mstarcam/MStarPos.[cc,h], mstarcam/MStarCam.[cc,h],
     186     mstarcam/StarcamLinkDef.h, mstarcam/Makefile, Makefile
     187     - moved mtemp/MStarLocalPos.[cc,h], mtemp/MStarLocalCam.[cc,h]
     188
     189   * mastro/MAstroCamera.cc, mtemp/MFindStars.[cc,h],
     190     mtemp/MSourceDirections.[cc,h]
     191     - changed references to MStarLocalPos to MStarPos
    175192
    176193
  • trunk/MagicSoft/Mars/macros/dohtml.C

    r3957 r4681  
    8484    sourcedir += "mreport:";
    8585    sourcedir += "msignal:";
     86    sourcedir += "mstarcam:";
    8687    sourcedir += "msql:";
    8788    sourcedir += "mtools:";
  • trunk/MagicSoft/Mars/macros/rootlogon.C

    r4233 r4681  
    152152    gInterpreter->AddIncludePath(dir+"msignal");
    153153    gInterpreter->AddIncludePath(dir+"msql");
     154    gInterpreter->AddIncludePath(dir+"mstarcam");
    154155    gInterpreter->AddIncludePath(dir+"mtools");
    155156
Note: See TracChangeset for help on using the changeset viewer.