From 80914470cc260ff8b40a42491f6e87c945a98c2e Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 22 Sep 2018 10:32:26 +0200 Subject: [PATCH] most probably pInt and PetscInt is the same --- src/meshFEM.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshFEM.f90 b/src/meshFEM.f90 index 80ab80302..017692855 100644 --- a/src/meshFEM.f90 +++ b/src/meshFEM.f90 @@ -58,7 +58,7 @@ use PETScis DM, public :: geomMesh - integer(pInt), dimension(:), allocatable, public, protected :: & + PetscInt, dimension(:), allocatable, public, protected :: & mesh_boundaries