Skip to content
Snippets Groups Projects

Remove Fortran interface files from the repo

Merged Sergey Kosukhin requested to merge m300488/build-fixups into develop
2 files
+ 16
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 10
0
@@ -8,6 +8,11 @@
#ifndef CDIPIO_H_
#define CDIPIO_H_
// clang-format off
//FINT_ON <--- don't change or remove this line!!!
// Start of fortran interface for the following routines (make_fint.c)
#include <mpi.h>
/* parallel IO IOMode */
@@ -139,4 +144,9 @@ void cdiPioConfSetStripeConversion(int confResH, int doStripify);
* to the xmap constructor? */
int cdiPioConfGetStripeConversion(int confResH);
// End of fortran interface
//FINT_OFF <--- don't change or remove this line!!!
// clang-format on
#endif
Loading