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

Annotation of /trunk/solvers/lsode/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


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

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