diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-05-07 16:58:39 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-05-07 16:58:39 +0000 |
commit | 0a3f4c7a7cbac6eb423d9a8b6e195a02d1b04ade (patch) | |
tree | c67840e8db3793bb38d02ee285f9d17577ecf7e7 | |
parent | 0fc7a6df8ab28484081f2a7f3a4f564764d646fe (diff) | |
download | opt-utilities-0a3f4c7a7cbac6eb423d9a8b6e195a02d1b04ade.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@195 ed2142bd-67ad-457f-ba7c-d818d4011675
-rw-r--r-- | methods/powell/powell_method.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/powell/powell_method.hpp b/methods/powell/powell_method.hpp index 837a0b0..7646e1d 100644 --- a/methods/powell/powell_method.hpp +++ b/methods/powell/powell_method.hpp @@ -33,7 +33,7 @@ namespace opt_utilities private: func_obj<rT,pT>* p_fo; optimizer<rT,pT>* p_optimizer; - mutable bool bstop; + volatile bool bstop; //typedef blitz::Array<rT,2> array2d_type; const char* do_get_type_name()const |