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

Contents of /trunk/solvers/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2421 - (show annotations) (download)
Thu Mar 17 22:58:16 2011 UTC (13 years, 8 months ago) by jpye
File size: 210 byte(s)
Add RADAU5 solver to solver list, many bugs still to be fixed.
1 Import('env')
2
3 subdirs = [
4 'qrslv','conopt','cmslv','lrslv','lsode','ida','ipopt','dopri5','makemps','radau5'
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