Changeset 8781 for trunk/pois/src
- Timestamp:
- Sep 8, 2006, 4:43:40 PM (20 years ago)
- Location:
- trunk/pois/src
- Files:
-
- 17 edited
-
errorCodes-skl.c (modified) (1 diff)
-
pois.c (modified) (1 diff)
-
poisAddPenalty.c (modified) (1 diff)
-
poisCalculateDeviations.c (modified) (1 diff)
-
poisCalculateEquation.c (modified) (1 diff)
-
poisCheckKernel.c (modified) (1 diff)
-
poisConvolveImage.c (modified) (1 diff)
-
poisExtractKernel.c (modified) (1 diff)
-
poisFindStamps.c (modified) (1 diff)
-
poisKernelBasisFunctions.c (modified) (1 diff)
-
poisMakeMask.c (modified) (1 diff)
-
poisMaskOps.c (modified) (1 diff)
-
poisParseConfig.c (modified) (1 diff)
-
poisReadStamps.c (modified) (1 diff)
-
poisRejectStamps.c (modified) (1 diff)
-
poisSolveEquation.c (modified) (1 diff)
-
poisStamp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
