Changeset 3110


Ignore:
Timestamp:
02/24/10 09:07:07 (15 years ago)
Author:
Mathieu Morlighem
Message:

no FUNC definition in the header file, always in the c/cpp file

Location:
issm/trunk/src/c/HoleFillerx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/HoleFillerx/HoleFillerx.cpp

    r2699 r3110  
    55 */
    66
    7 #include "./HoleFillerx.h"
     7#undef __FUNCT__
     8#define __FUNCT__ "HoleFillerx"
    89
    910#include <stdio.h>
    1011#include <time.h>
     12#include "./HoleFillerx.h"
    1113#include "../shared/shared.h"
    1214
  • issm/trunk/src/c/HoleFillerx/HoleFillerx.h

    r1 r3110  
    1010//#define _DEBUG2_
    1111
    12 #undef __FUNCT__
    13 #define __FUNCT__ "HoleFillerx"
    14 
    1512/* local prototypes: */
    1613int HoleFillerx(double** pimageout,double* imagein, int lines,int samp,int smooth);
Note: See TracChangeset for help on using the changeset viewer.