From 5bc52fa05afce55361a1b68a81a578c595efaff1 Mon Sep 17 00:00:00 2001 From: Arezou Ghesmati Date: Tue, 4 Aug 2015 17:16:20 -0500 Subject: [PATCH] the input-output parameters for the function distribute_local_to_global has been identified --- include/deal.II/lac/constraint_matrix.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/deal.II/lac/constraint_matrix.h b/include/deal.II/lac/constraint_matrix.h index 4afd5f892f..a5c43f6b19 100644 --- a/include/deal.II/lac/constraint_matrix.h +++ b/include/deal.II/lac/constraint_matrix.h @@ -716,6 +716,8 @@ public: * index at the same time. This needs to be made sure from the caller's * site. There is no locking mechanism inside this method to prevent data * races. + * @param[in] local_vector, local_dof_indices, local_matrix are input parameters. + * @return[out] global_vector is an output parameter. */ template void -- 2.39.5