Parent Directory
|
Revision Log
After checking in the merged files, rename 1544 merge branch to a 1574 merged branch.
1 | # |
2 | # $Id$ |
3 | # |
4 | ####################################################### |
5 | # |
6 | # Copyright 2003-2007 by ACceSS MNRF |
7 | # Copyright 2007 by University of Queensland |
8 | # |
9 | # http://esscc.uq.edu.au |
10 | # Primary Business: Queensland, Australia |
11 | # Licensed under the Open Software License version 3.0 |
12 | # http://www.opensource.org/licenses/osl-3.0.php |
13 | # |
14 | ####################################################### |
15 | # |
16 | |
17 | """ |
18 | import of pyCAD sub modules |
19 | |
20 | @var __author__: name of author |
21 | @var __copyright__: copyrights |
22 | @var __license__: licence agreement |
23 | @var __url__: url entry point on documentation |
24 | @var __version__: version |
25 | @var __date__: date of the version |
26 | """ |
27 | |
28 | __author__="Lutz Gross, l.gross@uq.edu.au" |
29 | __copyright__=""" Copyright (c) 2006 by ACcESS MNRF |
30 | http://www.access.edu.au |
31 | Primary Business: Queensland, Australia""" |
32 | __license__="""Licensed under the Open Software License version 3.0 |
33 | http://www.opensource.org/licenses/osl-3.0.php""" |
34 | __url__="http://www.iservo.edu.au/esys/escript" |
35 | __version__="$Revision:$" |
36 | __date__="$Date:$" |
37 | |
38 | from transformations import * |
39 | from primitives import * |
40 | from shapes import * |
41 | from design import TagMap |
42 | import gmsh |
ViewVC Help | |
Powered by ViewVC 1.1.26 |