/[ascend]/trunk/models/johnpye/dopri5/SConscript
ViewVC logotype

Contents of /trunk/models/johnpye/dopri5/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1445 - (show annotations) (download)
Sat May 26 14:43:48 2007 UTC (17 years, 4 months ago) by jpye
File size: 271 byte(s)
Starting some work on a DOPRI5 integrator.
1 Import('env')
2
3 # To run the test, type
4 # ascdev johnpye/dopri5/dopri5.a4c
5
6 dopri5obj = env.SharedObject("dopri5.c")
7
8 if 0:
9 env['extfns'] += [env.SharedLibrary("dopri5",["asc_dopri5.c",dopri5obj]
10 ,LIBS = ['ascend']
11 ,LIBPATH = ['#']
12 )]
13
14 # vim: set syntax=python:

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