Changeset 8705


Ignore:
Timestamp:
Feb 18, 2013, 7:28:52 PM (12 years ago)
Author:
steve
Message:

Added in Joaquium's fix on compile.py

Location:
trunk/anuga_core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/utilities/compile.py

    r8704 r8705  
    2323I_dirs = ''
    2424if NETCDF_INCLUDE_DIR != '' :
    25     I_dirs = '-I"%s" ' % NETCDF_INCLUDE_DIR
     25    I_dirs = ' -I"%s" ' % NETCDF_INCLUDE_DIR
    2626
    2727netcdf_lib_dirs = ''
    2828if NETCDF_LIB_DIR != '' :
    29     netcdf_lib_dirs = '-L"%s" ' % NETCDF_LIB_DIR
     29    netcdf_lib_dirs = ' -L"%s" ' % NETCDF_LIB_DIR
    3030
    3131print 'netcdf_lib_dirs: ',netcdf_lib_dirs
  • trunk/anuga_core/validation_tests/Tests/Case_studies/Okushiri/create_okushiri.py

    r8699 r8705  
    3131base_resolution = 0.04 # 989,669 triangles
    3232#base_resolution = 0.1 # 397,456 triangles
    33 base_resolution = 0.6 # 68162 triangles
    34 base_resolution = 2.0 # 21214 triangles
     33#base_resolution = 0.6 # 68162 triangles
     34#base_resolution = 2.0 # 21214 triangles
    3535#base_resolution = 4.0 # 11069 triangles
    3636
Note: See TracChangeset for help on using the changeset viewer.