Ignore:
Timestamp:
May 11, 2006, 1:26:48 PM (18 years ago)
Author:
jack
Message:

Rolled back the patching of the metis sources. Now passes the unittest
on x86_64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pymetis/pymetis/metis.c

    r2806 r2842  
    33
    44/* This must be the same as the metis idxtype */
    5 typedef long idxtype;
     5typedef int idxtype;
    66
    77#include "bridge.h"
     
    6161    return NULL;
    6262
    63   elem_arr = (PyArrayObject *) PyArray_ContiguousFromObject(elements, PyArray_LONG, 1, 1);
     63  elem_arr = (PyArrayObject *) PyArray_ContiguousFromObject(elements, PyArray_INT, 1, 1);
    6464
    6565  if(!elem_arr)
Note: See TracChangeset for help on using the changeset viewer.