From 6cd0d79c615e67de64d52ca80863d1edacac4663 Mon Sep 17 00:00:00 2001 From: Sharan Roongta Date: Wed, 2 Jun 2021 14:08:12 +0200 Subject: [PATCH] old merge not reflected --- src/mesh/discretization_mesh.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesh/discretization_mesh.f90 b/src/mesh/discretization_mesh.f90 index af3021be0..b345e1974 100644 --- a/src/mesh/discretization_mesh.f90 +++ b/src/mesh/discretization_mesh.f90 @@ -252,10 +252,10 @@ subroutine writeGeometry(coordinates_points,coordinates_nodes) call results_openJobFile call results_closeGroup(results_addGroup('geometry')) - call results_writeDataset('geometry',coordinates_nodes,'x_n', & + call results_writeDataset(coordinates_nodes,'geometry','x_n', & 'initial coordinates of the nodes','m') - call results_writeDataset('geometry',coordinates_points,'x_p', & + call results_writeDataset(coordinates_points,'geometry','x_p', & 'initial coordinates of the materialpoints (cell centers)','m') call results_closeJobFile