Changeset 3109


Ignore:
Timestamp:
02/24/10 09:06:23 (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/AverageFilterx
Files:
2 edited

Legend:

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

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

    r2776 r3109  
    22        AverageFilterx.h
    33*/
    4 
    54
    65#ifndef AVERAGEFILTERX_H
     
    109//#define _DEBUG2_
    1110
    12 #undef __FUNCT__
    13 #define __FUNCT__ "AverageFilterx"
    14 
    1511/* local prototypes: */
    1612int AverageFilterx(double** pimageout,double* imagein, int lines,int samp,int smooth);
Note: See TracChangeset for help on using the changeset viewer.