diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-02-20 04:04:54 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-02-20 04:04:54 +0000 |
commit | 6ceff601d7538be7562216d2c6b9281a65deb4d5 (patch) | |
tree | 9017861144406f31defbee20aaeeac708fb82213 /math/octave-forge-level-set/files/patch-FastMarching.cpp | |
parent | Update to the 20150218 snapshot of GCC 4.9.3. (diff) |
- New port math/octave-forge-level-set.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is level-set.
Notes
Notes:
svn path=/head/; revision=379409
Diffstat (limited to 'math/octave-forge-level-set/files/patch-FastMarching.cpp')
-rw-r--r-- | math/octave-forge-level-set/files/patch-FastMarching.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/octave-forge-level-set/files/patch-FastMarching.cpp b/math/octave-forge-level-set/files/patch-FastMarching.cpp new file mode 100644 index 000000000000..cc177c28b612 --- /dev/null +++ b/math/octave-forge-level-set/files/patch-FastMarching.cpp @@ -0,0 +1,10 @@ +--- FastMarching.cpp-orig 2015-02-20 03:51:59.000000000 +0000 ++++ FastMarching.cpp 2015-02-20 03:52:16.000000000 +0000 +@@ -22,6 +22,7 @@ + #include <cmath> + #include <memory> + #include <stdexcept> ++#include <string> + + namespace fastMarching + { |