43#include "implicit_f.inc"
51 LOGICAL,
INTENT(inout) :: ALREADY_DONE
52 TYPE(sensor_user_struct_),
INTENT(inout) :: SENSOR_USER_STRUCT
60 sensor_user_struct%IS_USED = .true.
63 ALLOCATE( sensor_user_struct%NODE_LIST(size_local) )
64 ALLOCATE( sensor_user_struct%NODE_PER_PART_LIST(size_local) )
66 sensor_user_struct%NUMBER_NODE = size_local
67 sensor_user_struct%NUMBER_NODE_PER_PART = size_local
70 ALLOCATE( sensor_user_struct%PART_LIST(size_local) )
71 sensor_user_struct%NUMBER_PART = size_local