Changes between Version 1 and Version 2 of Ticket #31


Ignore:
Timestamp:
Oct 26, 2005, 5:35:15 AM (20 years ago)
Author:
ole
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31 – Description

    v1 v2  
    1212
    1313
    14 One idea would be to
    15 
    16 Move the functionality from util and its extensions to utilities/numerical_tools
     14One idea would be to move the functionality from util and its extensions to utilities/numerical_tools
    1715and then have shallow_water_ext.c do
    18 {{{ #include <utilities/numerical_utilities.h> }}}
     16{{{ #include <utilities/numerical_tools.h> }}}
    1917
    2018This could be accomplihed by adding the root dir (currently also in PYTHONPATH) to the -I option when compiling. If this could be done automatically, this solution will work nicely. However, it would be undesirable to introduce another environmant variable specifying the root dir for compilation purposes.