From 418818011102ce3ea738fd3b0772be1625f45ebe Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 2 Nov 2013 12:28:48 +0000 Subject: [PATCH] Avoid language that compares the current state with a previous state (which is of no importance to the person reading the documentation). git-svn-id: https://svn.dealii.org/trunk@31512 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/distributed/tria.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/distributed/tria.h b/deal.II/include/deal.II/distributed/tria.h index 5cac19d2de..a4c0526529 100644 --- a/deal.II/include/deal.II/distributed/tria.h +++ b/deal.II/include/deal.II/distributed/tria.h @@ -622,8 +622,11 @@ namespace parallel /** * Load the refinement information saved with save() back in. The mesh - * must contain the same coarse mesh that was used in save(). You no - * longer need to load with the same number of CPUs that you saved with. + * must contain the same coarse mesh that was used in save(). You do not + * need to load with the same number of MPI processes that you saved + * with. Rather, if a mesh is loaded with a different number of MPI + * processes than used at the time of saving, the mesh is repartitioned + * appropriately. */ void load(const char *filename); -- 2.39.5