only for internal use

This commit is contained in:
Martin Diehl 2019-05-13 00:00:14 +02:00
parent 344e6ca51a
commit df01a3ff36
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ module mesh
real(pReal), public, protected :: &
mesh_unitlength !< physical length of one unit in mesh
real(pReal), dimension(:,:), allocatable, public :: &
real(pReal), dimension(:,:), allocatable, private :: &
mesh_node, & !< node x,y,z coordinates (after deformation! ONLY FOR MARC!!!)
mesh_cellnode !< cell node x,y,z coordinates (after deformation! ONLY FOR MARC!!!)