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

Annotation of /trunk/solvers/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2421 - (hide 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 jpye 1504 Import('env')
2    
3     subdirs = [
4 jpye 2421 'qrslv','conopt','cmslv','lrslv','lsode','ida','ipopt','dopri5','makemps','radau5'
5 jpye 1504 ]
6 jpye 1515 #'tron',
7 jpye 1504
8     for d in subdirs:
9 jpye 1941 env.SConscript(d+'/SConscript',['env']);
10 jpye 1504
11     # vim: set syntax=python:

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22