Definition at line 96 of file lists.f90.
 
  
  
      
        
          | subroutine lists::list_createfinish::list_create_finish  | 
          ( | 
          type(list_type), intent(inout), pointer  | 
          LIST,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          ERR,  | 
         
        
           | 
           | 
          type(varying_string), intent(out)  | 
          ERROR  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Finishes the creation of a list created with LIST_CREATE_START. 
- See also
 - LISTS::LIST_CREATE_START.
 
- Parameters
 - 
  
    | [in,out] | list | A pointer to the list to finish | 
    | [out] | err | The error code | 
    | [out] | error | The error string.  | 
  
   
Definition at line 419 of file lists.f90.