BLOCKS: Update status flag description.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2019-02-12 08:45:36 -02:00
parent 60e002bd3b
commit 5bfa10e6ac

View File

@ -375,7 +375,7 @@ module blocks
! nf - the number of fluxes stored in the block;
! nc - the number of cells per block dimension;
! verbose - flag determining if the subroutine should be verbose;
! status - return flag of the procedure execution status;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -467,7 +467,7 @@ module blocks
!
! Arguments:
!
! status - return flag of the procedure execution status;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -548,7 +548,7 @@ module blocks
! Arguments:
!
! pmeta - the pointer associated with the newly appended meta block;
! status - the flag indicating success or failure;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -613,7 +613,7 @@ module blocks
! Arguments:
!
! pmeta - the pointer pointing to the meta block which will be removed;
! status - the flag indicating success or failure;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -693,7 +693,7 @@ module blocks
! Arguments:
!
! pdata - the pointer associated with the newly appended data block;
! status - the flag indicating success or failure;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -758,7 +758,7 @@ module blocks
! Arguments:
!
! pdata - the pointer pointing to the data block which will be removed;
! status - the flag indicating success or failure;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -849,7 +849,7 @@ module blocks
! Arguments:
!
! pmeta - the pointer associated with the newly allocated meta block;
! status - the flag indicating success or failure;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -996,7 +996,7 @@ module blocks
!
! pmeta - the pointer associated with the meta block which will be
! deallocated;
! status - the flag indicating success or failure;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -1123,7 +1123,7 @@ module blocks
! Arguments:
!
! pdata - the pointer associated with the newly allocated data block;
! status - the flag indicating success or failure;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -1219,7 +1219,7 @@ module blocks
!
! pdata - the pointer associated with the data block which will be
! deallocated;
! status - the flag indicating success or failure;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -1392,7 +1392,7 @@ module blocks
!
! pmeta - a pointer to meta block for which children will be created;
! fdata - a flag indicating if data blocks for children should be allocated;
! status - the flag indicating success or failure;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -3837,7 +3837,7 @@ module blocks
!
! Arguments:
!
! status - the flag indicating success or failure;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -4050,7 +4050,7 @@ module blocks
!
! pmeta - the pointer associated with the newly appended meta block;
! pprev - the pointer after which the new block has to be inserted;
! status - the flag indicating success or failure;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -4150,7 +4150,7 @@ module blocks
!
! pmeta - the pointer associated with the newly appended meta block;
! pnext - the pointer before which the new block has to be inserted;
! status - the flag indicating success or failure;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!
@ -4247,7 +4247,7 @@ module blocks
!
! Arguments:
!
! status - the flag indicating success or failure;
! status - the subroutine call status: 0 for success, otherwise failure;
!
!===============================================================================
!