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 | 'qrslv','conopt','cmslv','lrslv','lsode','ida','ipopt','dopri5' |
| 5 | ] |
| 6 | #'tron', |
| 7 | |
| 8 | for d in subdirs: |
| 9 | env.SConscript(d+'/SConscript',['env']); |
| 10 | |
| 11 | # vim: set syntax=python: |
| john.pye@anu.edu.au | ViewVC Help |
| Powered by ViewVC 1.1.22 |