Changeset 760


Ignore:
Timestamp:
Jan 20, 2005, 4:56:38 PM (20 years ago)
Author:
ole
Message:

debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/shallow_water_ext.c

    r759 r760  
    566566
    567567      //Quantities at neighbour on nearest face
    568       n = ((int *) neighbours -> data)[ki];
     568      n = ((long *) neighbours -> data)[ki];
    569569      if (n < 0) {
    570570        m = -n-1; //Convert negative flag to index
     
    574574        zr = zl; //Extend bed elevation to boundary
    575575      } else {   
    576         m = ((int *) neighbour_edges -> data)[ki];
     576        m = ((long *) neighbour_edges -> data)[ki];
    577577       
    578578        nm = n*3+m;     
Note: See TracChangeset for help on using the changeset viewer.