Ignore:
Timestamp:
05/17/10 10:47:39 (15 years ago)
Author:
Eric.Larour
Message:

Created include.h header file

File:
1 edited

Legend:

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

    r3332 r3775  
    55#include "./InterpFromMeshToGridx.h"
    66#include "../shared/shared.h"
    7 #include "../include/macros.h"
     7#include "../include/include.h"
    88
    99void InterpFromMeshToGridx(double** px_m,double** py_m,double** pgriddata,double* index_mesh, double* x_mesh, double* y_mesh, int nods,int nels, double* data_mesh, int data_length, double cornereast,double cornernorth,double xposting,double yposting,int nlines,int ncols,double default_value) {
Note: See TracChangeset for help on using the changeset viewer.