Last change
on this file since 6883 was
6213,
checked in by ole, 16 years ago
|
Ross and Ole discovered reasons for maxasc and order_boundary not being included in test_all.py - the assumption made in test_all.py was a flat structure under anuga. This should be rewritten using os.walk('.') as in clean_all.py
|
File size:
393 bytes
|
Line | |
---|
1 | The module here (order_boundary.py) contains a function that takes a CSV |
---|
2 | file of boundary points and orders the points into an output CSV file. |
---|
3 | |
---|
4 | The first point in the file is assumed to be the start point. All other |
---|
5 | points in the file are the points that are closest to each succeeding point. |
---|
6 | |
---|
7 | Note that in pathological cases the ordering may be wrong. Always check! |
---|
8 | CAVEAT EMPTOR. |
---|
Note: See
TracBrowser
for help on using the repository browser.