Changeset 3027


Ignore:
Timestamp:
May 31, 2006, 9:49:16 AM (18 years ago)
Author:
duncan
Message:

directory name change to avoid name conflicts.

Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • compile_all.py

    r2778 r3027  
    2828
    2929os.chdir('..')
    30 os.chdir('triangle')
     30os.chdir('mesh_engine')
    3131execfile('compile.py')
    3232
  • inundation/alpha_shape/alpha_shape.py

    r2141 r3027  
    179179
    180180        ## Build Delaunay triangulation
    181         import triangle.triang as triang
     181        import mesh_engine.triang as triang
    182182        points = []
    183183        seglist = []
  • inundation/pmesh/mesh.py

    r3013 r3027  
    1818import sys
    1919import math
    20 import triangle.triang as triang
     20import mesh_engine.triang as triang
    2121import re
    2222import os
Note: See TracChangeset for help on using the changeset viewer.