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

Make declaration visible to implementation.

parent b5008265
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,6 @@ typedef int MPI_Comm;
#include "pio_util.h"
#endif
void
modelRun(struct model_config setup, MPI_Comm comm);
static const struct model_config default_setup
#ifdef __cplusplus
= { 12, 6, 3, 5, 5, FILETYPE_GRB, DATATYPE_PACK24,1,"grb"};
......
......@@ -15,4 +15,7 @@ struct model_config
const char *suffix;
};
void
modelRun(struct model_config setup, MPI_Comm 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