Skip to content

Commit 09667bb

Browse files
committed
Remove useless text from api_domain
1 parent b2dbef7 commit 09667bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/pages/api_domain.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ The allocation for a x pencil decomposition would be equivalent to the statement
130130
Allocated arrays can be simply released with an ``deallocate(var)`` statement.
131131

132132
**Basic 2D Decomposition API**
133+
133134
All the global variables described above, the defualt common type ``decomp`` and the MPI initialization is done
134135
using the following call
135136

@@ -192,6 +193,7 @@ Finally, before exit, applications should clean up the memory by:
192193
call decomp_2d_finalize
193194

194195
**Advanced 2D Decomposition API**
196+
195197
While the basic decomposition API is very user-friendly, there may be situations in which
196198
applications need to handle more complex data structures. There are quite a few examples:
197199

@@ -243,6 +245,5 @@ Finally the defined type needs also to be nullified using:
243245

244246
call decomp_info_finalize(new_decomp)
245247

246-
This object then can be passed to the communication routines defined in the basic interface as a third parameter. For example:
247248

248249

0 commit comments

Comments
 (0)