Fork me on GitHub

Changeset f113c4e in git


Ignore:
Timestamp:
Nov 17, 2017, 3:32:17 PM (7 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
0f2e086
Parents:
b337352 (diff), 1605565 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Pavel Demin <pavel-demin@…> (11/17/17 15:32:17)
git-committer:
GitHub <noreply@…> (11/17/17 15:32:17)
Message:

Merge pull request #43 from adarshp/patch-1

Update genMakefile.tcl to avoid conflicting access

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    rb337352 rf113c4e  
    413413        @echo ">> Generating $@"
    414414        @rootcint -f $@ -c -Iexternal $<
    415         @echo "#define private public" > $@.arch
    416         @echo "#define protected public" >> $@.arch
     415        @echo " " > $@.arch
    417416        @mv $@ $@.base
    418417        @cat $@.arch $< $@.base > $@
Note: See TracChangeset for help on using the changeset viewer.