| subroutine io_function_oct_m::io_function_output_vector::zio_function_output_vector  | 
          ( | 
          integer(int64), intent(in)  | 
          how,  | 
         
        
           | 
           | 
          character(len=*), intent(in)  | 
          dir,  | 
         
        
           | 
           | 
          character(len=*), intent(in)  | 
          fname,  | 
         
        
           | 
           | 
          type(namespace_t), intent(in)  | 
          namespace,  | 
         
        
           | 
           | 
          class(space_t), intent(in)  | 
          space,  | 
         
        
           | 
           | 
          class(mesh_t), intent(in)  | 
          mesh,  | 
         
        
           | 
           | 
          complex(real64), dimension(:, :), intent(in), target, contiguous  | 
          ff,  | 
         
        
           | 
           | 
          type(unit_t), intent(in)  | 
          unit,  | 
         
        
           | 
           | 
          integer, intent(out)  | 
          ierr,  | 
         
        
           | 
           | 
          real(real64), dimension(:,:), intent(in), optional  | 
          pos,  | 
         
        
           | 
           | 
          type(atom_t), dimension(:), intent(in), optional  | 
          atoms,  | 
         
        
           | 
           | 
          type(mpi_grp_t), intent(in), optional  | 
          grp,  | 
         
        
           | 
           | 
          integer, intent(in), optional  | 
          root  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   |