Parent Directory
|
Revision Log
Example exergy calculation. Added delta_entropy to atoms.a4l. Cleaning up some library dependencies issues in build script. Increased default block size to 64×64 in canvas-based modeller.
1 | Import('env') |
2 | |
3 | subdirs = [ |
4 | 'extfn','datareader','brent', 'fprops' |
5 | ] |
6 | |
7 | for d in subdirs: |
8 | env.SConscript(d+'/SConscript',['env']); |
9 | |
10 | if env.get('WITH_PYTHON'): |
11 | env.SConscript('extpy/SConscript',['env']); |
12 | |
13 | # vim: set syntax=python: |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |