Ignore:
Timestamp:
Apr 27, 2006, 3:44:41 PM (19 years ago)
Author:
steve
Message:

On our 64 bit machine, ran into problem in pmesh/mesh.py where seg[0], seg[1], triangle,
and neighbor where not seen as integers. Had to wrap them in int(..)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pypar_dist/setup.py

    r127 r2778  
    8686def get_mpi_flags():
    8787    output = _get_mpi_cmd()
     88    print output
    8889    if not output:
    8990        if sys.platform=='win32': #From Simon Frost
Note: See TracChangeset for help on using the changeset viewer.