Changeset 1811 in Sophya
- Timestamp:
- Dec 13, 2001, 2:26:15 PM (24 years ago)
- Location:
- trunk/SophyaExt/XAstroPack
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XAstroPack/Maketest
r1799 r1811 5 5 LIBNEED := -L$(SLB) -lsophya -L$(LIB) -lFitsIOServer -L$(EXTLIBPATH) -lcfitsio 6 6 7 all: tstxastro 7 all: tstxastro mollweide 8 8 9 9 clean: 10 rm -f tstxastro 11 rm -f *.o 10 rm -f tstxastro mollweide 11 rm -f core *.o 12 rm -f mollw.data mollw2.data paw.metafile last.kumacold 12 13 13 14 ############################################################################## … … 17 18 xastropack.o: xastropack.cc 18 19 ############################################################################## 20 mollweide: mollweide.o 21 $(LINK.cc) -DTEST_MOLLWEIDE $^ -o $@ $(LOADLIBES) $(LIBS) $(LDLIBS) 22 mollweide.o: mollweide.cc mollweide.h 23 $(COMPILE.cc) -DTEST_MOLLWEIDE -o $@ $< 24 ############################################################################## -
trunk/SophyaExt/XAstroPack/tstxastro.cc
r1799 r1811 8 8 9 9 /*==========================================================================*/ 10 #if 010 #if 1 11 11 // Test de InRange InRangeCoLat InRangeLat 12 12 int main(int narg, char *arg[])
Note:
See TracChangeset
for help on using the changeset viewer.