Changes between Version 1 and Version 2 of Ticket #31
- Timestamp:
- Oct 26, 2005, 5:35:15 AM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31 – Description
v1 v2 12 12 13 13 14 One idea would be to 15 16 Move the functionality from util and its extensions to utilities/numerical_tools 14 One idea would be to move the functionality from util and its extensions to utilities/numerical_tools 17 15 and then have shallow_water_ext.c do 18 {{{ #include <utilities/numerical_ utilities.h> }}}16 {{{ #include <utilities/numerical_tools.h> }}} 19 17 20 18 This 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.