Changeset 8781 for trunk/pois
- Timestamp:
- Sep 8, 2006, 4:43:40 PM (20 years ago)
- Location:
- trunk/pois
- Files:
-
- 18 edited
-
configure.ac (modified) (2 diffs)
-
src/errorCodes-skl.c (modified) (1 diff)
-
src/pois.c (modified) (1 diff)
-
src/poisAddPenalty.c (modified) (1 diff)
-
src/poisCalculateDeviations.c (modified) (1 diff)
-
src/poisCalculateEquation.c (modified) (1 diff)
-
src/poisCheckKernel.c (modified) (1 diff)
-
src/poisConvolveImage.c (modified) (1 diff)
-
src/poisExtractKernel.c (modified) (1 diff)
-
src/poisFindStamps.c (modified) (1 diff)
-
src/poisKernelBasisFunctions.c (modified) (1 diff)
-
src/poisMakeMask.c (modified) (1 diff)
-
src/poisMaskOps.c (modified) (1 diff)
-
src/poisParseConfig.c (modified) (1 diff)
-
src/poisReadStamps.c (modified) (1 diff)
-
src/poisRejectStamps.c (modified) (1 diff)
-
src/poisSolveEquation.c (modified) (1 diff)
-
src/poisStamp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/configure.ac
r8683 r8781 6 6 7 7 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2]) 8 AM_CONFIG_HEADER([ config.h])8 AM_CONFIG_HEADER([src/config.h]) 9 9 AM_MAINTAINER_MODE 10 10 … … 13 13 AC_PROG_INSTALL 14 14 AC_PROG_LIBTOOL 15 16 dnl enable largefile supports 17 AC_SYS_LARGEFILE 15 18 16 19 dnl handle debug building -
trunk/pois/src/errorCodes-skl.c
r8480 r8781 6 6 * will be machine generated from errorCodes.dat 7 7 */ 8 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 8 13 #include "pslib.h" 9 14 #include "poisErrorCodes.h" -
trunk/pois/src/pois.c
r8480 r8781 18 18 // along with this program; if not, write to the Free Software 19 19 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 21 #ifdef HAVE_CONFIG_H 22 #include <config.h> 23 #endif 20 24 21 25 #include <stdio.h> -
trunk/pois/src/poisAddPenalty.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisCalculateDeviations.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisCalculateEquation.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisCheckKernel.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisConvolveImage.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisExtractKernel.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisFindStamps.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisKernelBasisFunctions.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisMakeMask.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisMaskOps.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 /* -
trunk/pois/src/poisParseConfig.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisReadStamps.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisRejectStamps.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisSolveEquation.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/pois/src/poisStamp.c
r8480 r8781 14 14 // along with this program; if not, write to the Free Software 15 15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.
