line was to long

macro was changed in PETSc 3.15
This commit is contained in:
Martin Diehl 2021-04-05 09:04:44 +02:00
parent 62c85db745
commit 2bfed863ba
1 changed files with 4 additions and 3 deletions

View File

@ -89,7 +89,8 @@ program DAMASK_mesh
if (maxCutBack < 0) call IO_error(301,ext_msg='maxCutBack')
! reading basic information from load case file and allocate data structure containing load cases
call DMGetDimension(geomMesh,dimPlex,ierr); CHKERRA(ierr) !< dimension of mesh (2D or 3D)
call DMGetDimension(geomMesh,dimPlex,ierr) !< dimension of mesh (2D or 3D)
CHKERRA(ierr)
nActiveFields = 1
allocate(solres(nActiveFields))