From 3a0b1eae07c1c468ed47d7ea9f09288b573a76a9 Mon Sep 17 00:00:00 2001
From: Dave Whipp <dwhipp@dal.ca>
Date: Tue, 14 Jun 2011 15:17:41 +0000
Subject: [PATCH] Added MPI variable declaration

---
 src/NEST/stitch_nest.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/NEST/stitch_nest.f90 b/src/NEST/stitch_nest.f90
index c4c0e863..16495a99 100644
--- a/src/NEST/stitch_nest.f90
+++ b/src/NEST/stitch_nest.f90
@@ -19,7 +19,7 @@ character (len=4) :: cistep,cnnest
 
 double precision :: current_time,inc,step,total
 
-integer :: err,i,istep,material0,nnest
+integer :: err,i,ierr,iproc,istep,material0,nnest,nproc
 
 type (box),dimension(:),allocatable :: boxes
 type (cloud),dimension(:),allocatable :: ss_cl
-- 
GitLab