fixed typo

This commit is contained in:
Pratheek Shanthraj 2014-10-10 16:23:19 +00:00
parent 96f036e34e
commit e943a3a8b0
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ subroutine IO_init
use, intrinsic :: iso_fortran_env ! to get compiler_version and compiler_options (at least for gfortran 4.6 at the moment)
implicit none
integer(pInt) :: worldrank == 0_pInt
integer(pInt) :: worldrank = 0_pInt
#ifdef PETSc
#include <finclude/petscsys.h>
PetscErrorCode :: ierr