Skip to content
Snippets Groups Projects
Commit 931e9045 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

model.h: added from cdi-pio

parent 13eaea74
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,7 @@ src/make_cdilib -text
src/make_fint.c -text
src/mo_cdi.f90 -text
src/model.c -text
src/model.h -text
src/namespace.c -text
src/namespace.h -text
src/pio.c -text
......
......@@ -49,6 +49,7 @@ libcdi_la_SOURCES = \
ieglib.c \
institution.c \
model.c \
model.h \
namespace.c \
namespace.h \
pio.c \
......
......@@ -370,6 +370,7 @@ libcdi_la_SOURCES = \
ieglib.c \
institution.c \
model.c \
model.h \
namespace.c \
namespace.h \
pio.c \
......
......@@ -83,6 +83,8 @@ const double *gridInqAreaPtr(int gridID);
int gridCompare(int gridID, grid_t grid);
int gridGenerate(grid_t grid);
void gridGetIndexList ( int, int * );
#endif
/*
* Local Variables:
......
#ifndef MODEL_H
#define MODEL_H
int
modelUnpack(void *buf, int size, int *position,
int, MPI_Comm comm);
#endif
/*
* Local Variables:
* c-file-style: "Java"
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* End:
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment