9 |
checks the mesh generators against the reference meshes in test_meshes |
checks the mesh generators against the reference meshes in test_meshes |
10 |
""" |
""" |
11 |
|
|
12 |
|
__copyright__=""" Copyright (c) 2006 by ACcESS MNRF |
13 |
|
http://www.access.edu.au |
14 |
|
Primary Business: Queensland, Australia""" |
15 |
|
__license__="""Licensed under the Open Software License version 3.0 |
16 |
|
http://www.opensource.org/licenses/osl-3.0.php""" |
17 |
TEST_FILE_EXT=".test" |
TEST_FILE_EXT=".test" |
18 |
REERFENCE_FILE_DIR="test_meshes" |
REERFENCE_FILE_DIR="test_meshes" |
19 |
|
|