Parent Directory
|
Revision Log
Week 7: Work done on wave problem.
1 | ahallam | 2427 | # 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 | #exit subdirectory | ||
12 | del sys.path[0] |
ViewVC Help | |
Powered by ViewVC 1.1.26 |