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

Contents of /trunk/solvers/lsode/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1507 - (show annotations) (download)
Wed Jun 27 11:25:37 2007 UTC (17 years, 6 months ago) by jpye
File size: 96 byte(s)
Moving integrators to own directory, about to make them self-contained shared libraries.
1 Import('env')
2
3 srcs = ['lsode.f']
4
5 lsode = env.SharedObject('lsode',srcs)
6
7 Return('lsode')

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