Definition at line 386 of file bmi.f90.
 
◆ bmif_get_value_at_indices_float()
      
        
          | integer function bmif::bmif_get_value_at_indices_float::bmif_get_value_at_indices_float  | 
          ( | 
          class(bmi), intent(in)  | 
          this,  | 
        
        
           | 
           | 
          character(len=*), intent(in)  | 
          var_name,  | 
        
        
           | 
           | 
          real, dimension(:), intent(inout)  | 
          dest,  | 
        
        
           | 
           | 
          integer, dimension(:), intent(in)  | 
          indices  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 386 of file bmi.f90.
  389       class(bmi), 
intent(in) :: this
 
  390       character(len=*), 
intent(in) :: var_name
 
  391       real, 
intent(inout) :: dest(:)
 
  392       integer, 
intent(in) :: indices(:)
 
  393       integer :: bmi_status
 
 
 
 
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90