Skip to content

Commit 4cc3477

Browse files
authored
Merge pull request #294 from VERITAS-Observatory/492-dev5
v492 dev5 - maintenance
2 parents 21f5aa8 + fd7b27d commit 4cc3477

25 files changed

+31
-4445
lines changed

Makefile

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ARCH = $(shell uname)
3232
# basic numbers
3333
#############################
3434
package = EVNDISP
35-
version = 491
35+
version = 492
3636
#############################
3737
#############################
3838
# check root version number
@@ -1510,31 +1510,6 @@ binaryVisibility: ./obj/VLibNovaStar.o ./obj/VLibNovaSunAndMoon.o ./obj/binaryVi
15101510
@echo "$@ done"
15111511

15121512

1513-
########################################################
1514-
# writeFITS_eventlist
1515-
########################################################
1516-
writeFITS_eventlistOBJ = ./obj/writeFITS_eventlist.o \
1517-
./obj/CData.o \
1518-
./obj/VSkyCoordinates.o \
1519-
./obj/VSkyCoordinatesUtilities.o \
1520-
./obj/VDB_Connection.o \
1521-
./obj/VStarCatalogue.o ./obj/VStarCatalogue_Dict.o \
1522-
./obj/VStar.o ./obj/VStar_Dict.o \
1523-
./obj/VUtilities.o \
1524-
./obj/VGlobalRunParameter.o ./obj/VGlobalRunParameter_Dict.o \
1525-
./obj/VAstronometry.o ./obj/VAstronometry_Dict.o
1526-
1527-
ifeq ($(ASTRONMETRY),-DASTROSLALIB)
1528-
writeEventListTMVAOBJ += ./obj/VASlalib.o
1529-
endif
1530-
1531-
./obj/writeFITS_eventlist.o: ./src/writeFITS_eventlist.cpp
1532-
$(CXX) $(CXXFLAGS) -I $(EVLIOSYS)/records/ -I $(EVLIOSYS)/include/ -c -o $@ $<
1533-
1534-
writeFITS_eventlist: $(writeFITS_eventlistOBJ)
1535-
$(LD) $(LDFLAGS) $^ $(GLIBS) -L $(EVLIOSYS)/lib -lfitsrecord $(OutPutOpt) ./bin/$@
1536-
@echo "$@ done"
1537-
15381513
###############################################################################################################################
15391514
# print environment and compilation parameters
15401515
###############################################################################################################################

inc/Angle.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Original Author: Stephen Fegan
1414
* $Date: 2010/03/08 08:01:35 $
1515
* $Tag$
16+
* Based on code released under https://github.com/sfegan/serial_tracking/tree/main
1617
*
1718
**/
1819

inc/CorrectionParameters.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Original Author: Stephen Fegan
1414
* $Date: 2010/03/08 08:01:35 $
1515
* $Tag$
16+
* Based on code released under https://github.com/sfegan/serial_tracking/tree/main
1617
*
1718
**/
1819

0 commit comments

Comments
 (0)