Changeset 36919
- Timestamp:
- Jun 19, 2014, 11:21:24 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140610/Ohana/src/libdvo
- Files:
-
- 2 added
- 2 edited
-
Makefile (modified) (2 diffs)
-
include/cmf-ps1-v5-lensing.h (added)
-
include/dvo.h (modified) (1 diff)
-
src/cmf-ps1-v5-lensing.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610/Ohana/src/libdvo/Makefile
r36912 r36919 39 39 $(DESTINC)/ps1_ref_defs.h \ 40 40 $(DESTINC)/cmf-ps1-dv3.h \ 41 $(DESTINC)/cmf-ps1-v5.h 41 $(DESTINC)/cmf-ps1-v5.h \ 42 $(DESTINC)/cmf-ps1-v5-lensing.h 42 43 43 44 INCS = $(DEFS) $(DESTINC)/dvo.h $(DESTINC)/autocode.h $(DESTINC)/dvo_util.h $(DESTINC)/dvodb.h $(DESTINC)/libdvo_astro.h $(DESTINC)/convert.h $(DESTINC)/get_graphdata.h … … 90 91 $(SRC)/cmf-ps1-dv3.$(ARCH).o \ 91 92 $(SRC)/cmf-ps1-v5.$(ARCH).o \ 93 $(SRC)/cmf-ps1-v5-lensing.$(ARCH).o \ 92 94 $(SRC)/dvo_util.$(ARCH).o \ 93 95 $(SRC)/dbBooleanCond.$(ARCH).o \ -
branches/eam_branches/ipp-20140610/Ohana/src/libdvo/include/dvo.h
r36918 r36919 338 338 # include "cmf-ps1-dv3.h" 339 339 # include "cmf-ps1-v5.h" 340 # include "cmf-ps1-v5-lensing.h" 340 341 341 342 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.
