From: Sambit Das Date: Mon, 26 Nov 2018 15:43:27 +0000 (-0500) Subject: minor typo and stylistic issue fix X-Git-Tag: v9.1.0-rc1~536^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7461%2Fhead;p=dealii.git minor typo and stylistic issue fix --- diff --git a/include/deal.II/base/process_grid.h b/include/deal.II/base/process_grid.h index 8e2064991a..0673c6d44b 100644 --- a/include/deal.II/base/process_grid.h +++ b/include/deal.II/base/process_grid.h @@ -121,7 +121,7 @@ namespace Utilities /** * Return row of this process in the process grid. * - * It's negative for in-active processes. + * It's negative for inactive processes. */ int get_this_process_row() const; @@ -129,7 +129,7 @@ namespace Utilities /** * Return column of this process in the process grid. * - * It's negative for in-active processes. + * It's negative for inactive processes. */ int get_this_process_column() const; @@ -233,6 +233,7 @@ namespace Utilities } + inline int ProcessGrid::get_this_process_row() const { @@ -240,6 +241,7 @@ namespace Utilities } + inline int ProcessGrid::get_this_process_column() const {