Changeset 2547
- Timestamp:
- Mar 15, 2006, 11:54:28 AM (19 years ago)
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
compile_all.py
r2308 r2547 2 2 3 3 buildroot = os.getcwd() 4 os.chdir('inundation') 4 5 #Complete horrible hack to decide which branch to take (Ole) 6 try: 7 os.stat('inundation-numpy-branch') 8 except: 9 os.chdir('inundation') 10 else: 11 os.chdir('inundation-numpy-branch') 12 5 13 print 'Changing to', os.getcwd() 6 14 -
inundation-numpy-branch/pyvolution/quantity_ext.c
r1506 r2547 11 11 12 12 #include "Python.h" 13 #include " Numeric/arrayobject.h"13 #include "arrayobject.h" 14 14 #include "math.h" 15 15 16 16 //Shared code snippets 17 17 #include "util_ext.h" 18 //#include "quantity_ext.h" //Obsolete19 20 18 21 19 -
inundation-numpy-branch/pyvolution/shallow_water_ext.c
r2221 r2547 14 14 15 15 #include "Python.h" 16 #include " Numeric/arrayobject.h"16 #include "arrayobject.h" 17 17 #include "math.h" 18 18 #include <stdio.h> -
inundation-numpy-branch/pyvolution/shallow_water_kinetic_ext.c
r2259 r2547 14 14 15 15 #include "Python.h" 16 #include " Numeric/arrayobject.h"16 #include "arrayobject.h" 17 17 #include "math.h" 18 18 #include <stdio.h>
Note: See TracChangeset
for help on using the changeset viewer.