Parent Directory
|
Revision Log
Updates to: cookbook documentation; heat refraction problems; mencoder investigation for *.png animation
1 | # This is the cookbook library for generic scripts. |
2 | # Imports come from the folder cblib and contain script definitions. |
3 | |
4 | import sys |
5 | import os |
6 | |
7 | #set the subdirectory path |
8 | sys.path.insert(0,'cblib') |
9 | #import all examples to library |
10 | from wavesolver2d import * |
11 | from wavesolver2df import * |
12 | from phones import * |
13 | from getLoopCoords import * |
14 | #exit subdirectory |
15 | del sys.path[0] |
ViewVC Help | |
Powered by ViewVC 1.1.26 |