/[ascend]/trunk/solvers/SConscript
ViewVC logotype

Contents of /trunk/solvers/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1941 - (show annotations) (download)
Tue Nov 4 03:30:32 2008 UTC (15 years, 11 months ago) by jpye
File size: 191 byte(s)
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