[skip ci] clearer logic

This commit is contained in:
Martin Diehl 2019-06-13 09:59:37 +02:00
parent c7513b010b
commit 4651bfdb90
1 changed files with 1 additions and 1 deletions

View File

@ -881,9 +881,9 @@ subroutine buildCells(thisMesh,elem,connectivity_elem)
enddo
thisMesh%node_0 = nodes
mesh_cell2 = connectivity_cell
connectivity_cell_reshape = reshape(connectivity_cell,[elem%NcellNodesPerCell,elem%nIPs*Nelem])
#if defined(DAMASK_HDF5)
connectivity_cell_reshape = reshape(connectivity_cell,[elem%NcellNodesPerCell,elem%nIPs*Nelem])
call results_openJobFile
call results_writeDataset('geometry',connectivity_cell_reshape,'c',&
'connectivity of the cells','-')