Changeset 4681
- Timestamp:
- 08/18/04 12:20:04 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4680 r4681 173 173 - changed the definition of FetMinimum/GetMaximum such that 174 174 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 175 192 176 193 -
trunk/MagicSoft/Mars/macros/dohtml.C
r3957 r4681 84 84 sourcedir += "mreport:"; 85 85 sourcedir += "msignal:"; 86 sourcedir += "mstarcam:"; 86 87 sourcedir += "msql:"; 87 88 sourcedir += "mtools:"; -
trunk/MagicSoft/Mars/macros/rootlogon.C
r4233 r4681 152 152 gInterpreter->AddIncludePath(dir+"msignal"); 153 153 gInterpreter->AddIncludePath(dir+"msql"); 154 gInterpreter->AddIncludePath(dir+"mstarcam"); 154 155 gInterpreter->AddIncludePath(dir+"mtools"); 155 156
Note:
See TracChangeset
for help on using the changeset viewer.