IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2005, 9:27:28 AM (21 years ago)
Author:
desonia
Message:

Massive code restructuring.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/swig/pslib.i

    r3684 r4541  
    22
    33%{
    4 #define PS_ALLOW_MALLOC 
     4#define PS_ALLOW_MALLOC
    55#define SWIG
    66#include "pslib.h"
    77
    88/* SWIG uses malloc/free - make it use the pslib memory functions instead. */
    9 /* 
     9/*
    1010#define malloc(S)    psAlloc(S)
    1111#define realloc(P,S) psRealloc(P,S)
     
    3636#if defined(SWIGPERL)
    3737   if (!SvOK($input)) {
    38       $1 = NULL;     
     38      $1 = NULL;
    3939   } else {
    4040      $1 = PerlIO_findFILE(IoIFP(sv_2io($input)));
     
    5858
    5959/* the actual including of headers are found in each of the directories. */
    60 %include "sysUtils.i"
    61 %include "image.i"
    62 %include "dataIO.i"
    63 %include "dataManip.i"
    64 %include "collections.i"
    65 %include "astronomy.i"
     60%include "astro.i"
     61%include "db.i"
     62%include "fft.i"
     63%include "fits.i"
     64%include "imageops.i"
     65%include "math.i"
     66%include "mathtypes.i"
     67%include "sys.i"
     68%include "types.i"
     69%include "xml.i"
Note: See TracChangeset for help on using the changeset viewer.