Skip to content

Commit eb2f525

Browse files
authored
Merge pull request #330 from VERITAS-Observatory/v492-dev10-macros
Move all macros into ./macros, as all of them are for VTS
2 parents a123d46 + 2d6ca12 commit eb2f525

17 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@ formatSourceCode:
16221622
@echo ""
16231623
astyle --options=./.astylerc src/*
16241624
astyle --options=./.astylerc inc/*
1625-
# astyle --options=./.astylerc macros/*.C macros/VTS/*.C
1625+
# astyle --options=./.astylerc macros/*.C
16261626

16271627
###############################################################################################################################
16281628
install: all

docs/changes/330.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Change location of ROOT macros from ./macros/VTS to ./macros.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)