Changeset 38473 for trunk/Ohana/src
- Timestamp:
- Jun 14, 2015, 12:53:55 PM (11 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 3 edited
-
libkapa/Makefile (modified) (2 diffs)
-
libtap/Makefile (modified) (2 diffs)
-
relphot/src/setMrelCatalog.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libkapa/Makefile
r35761 r38473 9 9 MAN = $(HOME)/doc 10 10 INC = $(HOME)/include 11 TESTDIR = $(HOME)/test 12 TESTBIN = $(HOME)/test 11 13 include ../../Makefile.Common 12 14 … … 49 51 $(DESTLIB)/libkapa.a: $(LIB)/libkapa.$(ARCH).a 50 52 $(DESTLIB)/libkapa.$(DLLTYPE): $(LIB)/libkapa.$(ARCH).$(DLLTYPE) 53 54 TESTPROG = 55 $(TESTPROG) : % : $(TESTBIN)/% $(OBJS) 56 test: $(TESTPROG) 57 for i in $(TESTPROG); do $(TESTBIN)/$$i 2>&1 | $(TESTHARNESS); done 58 test.verbose: $(TESTPROG) 59 for i in $(TESTPROG); do $(TESTBIN)/$$i 2>&1 |& $(TESTHARNESS) -v; done -
trunk/Ohana/src/libtap/Makefile
r12879 r38473 10 10 MAN = $(HOME)/doc 11 11 INC = $(HOME)/include 12 TESTDIR = $(HOME)/test 13 TESTBIN = $(HOME)/test 12 14 include ../../Makefile.Common 13 15 … … 32 34 33 35 # libtap tests are currently not compiled or run 36 37 TESTPROG = 38 $(TESTPROG) : % : $(TESTBIN)/% $(OBJS) 39 test: $(TESTPROG) 40 for i in $(TESTPROG); do $(TESTBIN)/$$i 2>&1 | $(TESTHARNESS); done 41 test.verbose: $(TESTPROG) 42 for i in $(TESTPROG); do $(TESTBIN)/$$i 2>&1 |& $(TESTHARNESS) -v; done -
trunk/Ohana/src/relphot/src/setMrelCatalog.c
r38471 r38473 293 293 } 294 294 295 // force the synthetic magnitude (apply zpt calibration if no tycho photometry exists) 296 if (results->needSYN[Nsec]) { 295 // use the synthetic magnitude for mean photometry (apply zpt calibration if no tycho 296 // photometry exists) 297 if (results->needSYN[Nsec] || (!results->havePS1[Nsec] && results->haveSYN[Nsec])) { 297 298 if (!isSetMrelFinal) continue; 298 299 … … 656 657 } 657 658 658 secfilt[Nsec].flags |= ID_SECF_HAS_ STACK;659 secfilt[Nsec].flags |= ID_SECF_HAS_PS1_STACK; 659 660 } // Nsecfilt loop 660 661
Note:
See TracChangeset
for help on using the changeset viewer.
