Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
137dff0a
Commit
137dff0a
authored
Sep 09, 2011
by
Anthony Chan
Browse files
[svn-r9009] fixed bug due to FC->F90 pointed out by req#1527.
parent
0eb6380d
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/binding/f90/create_f90_complex.c
View file @
137dff0a
...
...
@@ -7,7 +7,7 @@
#include "create_f90_util.h"
#include "mpiimpl.h"
#ifdef HAVE_F
90
_TYPE_ROUTINES
#ifdef HAVE_F
C
_TYPE_ROUTINES
#include "mpif90model.h"
#else
/* Assume only 4 and 8 byte IEEE reals available */
...
...
src/binding/f90/create_f90_int.c
View file @
137dff0a
...
...
@@ -7,7 +7,7 @@
#include "create_f90_util.h"
#include "mpiimpl.h"
#ifdef HAVE_F
90
_TYPE_ROUTINES
#ifdef HAVE_F
C
_TYPE_ROUTINES
#include "mpif90model.h"
#else
/* Assume only 4 byte integers available */
...
...
src/binding/f90/create_f90_real.c
View file @
137dff0a
...
...
@@ -7,7 +7,7 @@
#include "create_f90_util.h"
#include "mpiimpl.h"
#ifdef HAVE_F
90
_TYPE_ROUTINES
#ifdef HAVE_F
C
_TYPE_ROUTINES
#include "mpif90model.h"
#else
/* Assume only 4 and 8 byte IEEE reals available */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment