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

Contents of /trunk/models/johnpye/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: 237 byte(s)
Starting some work on a DOPRI5 integrator.
1 Import('env')
2 extenv = env.Copy()
3
4 for d in ['extfn','datareader','brent','dopri5']:
5 extenv.SConscript(d+'/SConscript',['env']);
6
7 if extenv.get('WITH_PYTHON'):
8 extenv.SConscript('extpy/SConscript',['env']);
9
10 # vim: set syntax=python:
11

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