From 327c0544e1c7d0e7f02ce91595b317b9e3eaec58 Mon Sep 17 00:00:00 2001 From: Jeff Hammond Date: Thu, 23 Apr 2015 12:36:16 -0700 Subject: [PATCH 4/4] fix missing loop index decl --- test/mpi/f90/f90types/createf90types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mpi/f90/f90types/createf90types.c b/test/mpi/f90/f90types/createf90types.c index d692dbc..0d0bdfd 100644 --- a/test/mpi/f90/f90types/createf90types.c +++ b/test/mpi/f90/f90types/createf90types.c @@ -136,7 +136,7 @@ int main( int argc, char *argv[] ) int p, r; int errs = 0; int err; - int i, nLoop = 1; + int i, j, nLoop = 1; MPI_Datatype newtype; MTest_Init(0,0); -- 2.3.5