Parent Directory
|
Revision Log
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 |