Changeset 1811 in Sophya


Ignore:
Timestamp:
Dec 13, 2001, 2:26:15 PM (24 years ago)
Author:
cmv
Message:

projection mollweide cmv 13/12/01

Location:
trunk/SophyaExt/XAstroPack
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XAstroPack/Maketest

    r1799 r1811  
    55LIBNEED := -L$(SLB) -lsophya -L$(LIB) -lFitsIOServer -L$(EXTLIBPATH) -lcfitsio
    66
    7 all: tstxastro
     7all: tstxastro mollweide
    88
    99clean:
    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
    1213
    1314##############################################################################
     
    1718xastropack.o: xastropack.cc
    1819##############################################################################
     20mollweide: mollweide.o
     21        $(LINK.cc) -DTEST_MOLLWEIDE $^ -o $@ $(LOADLIBES) $(LIBS) $(LDLIBS)
     22mollweide.o: mollweide.cc mollweide.h
     23        $(COMPILE.cc) -DTEST_MOLLWEIDE -o $@ $<
     24##############################################################################
  • trunk/SophyaExt/XAstroPack/tstxastro.cc

    r1799 r1811  
    88
    99/*==========================================================================*/
    10 #if 0
     10#if 1
    1111// Test de InRange InRangeCoLat InRangeLat
    1212int main(int narg, char *arg[])
Note: See TracChangeset for help on using the changeset viewer.