if mesh for refine have field before min_size, invalid value can be used if fiona not available
if mesh for refine have field before min_size, invalid value can be used if fiona not available.
When reading attributes with shapefile implementation, record needed to have a specific pattern because attr_names
of def read_shape_attr(shape_file, attr_names):
was not used.
This MR fix this by using fields name defined in shapefile.
@matthieu.secher I have a specific behavior for 'DeletionFlag' field because if I don't remove it from field names I have incorrect index in record.