Skip to content
Snippets Groups Projects
Commit 16f98dab authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Eliminate pio_c_temp.h.

* It became obsolete with the improvements to make_fint in r1955.
parent e7f7dc72
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,6 @@ src/namespace.c -text
src/namespace.h -text
src/pio.c -text
src/pio.h -text
src/pio_c_temp.h -text
src/pio_comm.c -text
src/pio_comm.h -text
src/pio_dbuffer.c -text
......
......@@ -5,7 +5,6 @@
#ifdef USE_MPI
#include <unistd.h>
#include <mpi.h>
#include "pio_c_temp.h"
#endif
#include "cdi.h"
......
......@@ -7,7 +7,6 @@
#ifdef USE_MPI
#include <mpi.h>
#include "cdi.h"
#include "pio_c_temp.h"
#include "pio_util.h"
extern int reshListCompare ( int, int );
......
......@@ -57,7 +57,6 @@ libcdi_la_SOURCES = \
namespace.h \
pio.c \
pio.h \
pio_c_temp.h \
pio_comm.c \
pio_comm.h \
pio_dbuffer.c \
......
......@@ -389,7 +389,6 @@ libcdi_la_SOURCES = \
namespace.h \
pio.c \
pio.h \
pio_c_temp.h \
pio_comm.c \
pio_comm.h \
pio_dbuffer.c \
......
#ifndef PIO_C_TEMP
#define PIO_C_TEMP
#if defined (HAVE_CONFIG_H)
# include "config.h"
#endif
#ifdef USE_MPI
#include "mpi.h"
#else
typedef int MPI_Comm;
#endif
MPI_Comm pioInit_c ( MPI_Comm, int, int, int, int * );
#endif
/*
* Local Variables:
* c-file-style: "Java"
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* End:
*/
......@@ -14,7 +14,6 @@
#ifdef USE_MPI
#include <mpi.h>
#include "pio_c_temp.h"
#else
typedef int MPI_Comm;
#endif
......
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