Changeset 8587
- Timestamp:
- Sep 26, 2012, 8:26:52 AM (12 years ago)
- Location:
- trunk/anuga_core
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/compile_all.py
r8512 r8587 70 70 if os.name == 'posix': 71 71 if os.uname()[4] in ['x86_64', 'ia64']: 72 options = ' COPTIONS="-fPIC"'72 options = ' ' 73 73 74 74 make_command = 'make %s > %s' % (options, make_logfile) -
trunk/anuga_core/source/anuga/fit_interpolate/fit.py
r8578 r8587 312 312 sys.stdout.flush() 313 313 314 m = n/60314 m = max(n/60,1) 315 315 316 316 -
trunk/anuga_core/validation_tests/utilities.py
r8529 r8587 1 1 #! /usr/bin/python 2 2 3 # To change this template, choose Tools | Templates4 # and open the template in the editor.5 3 6 4 __author__="stephen"
Note: See TracChangeset
for help on using the changeset viewer.