Skip to content

Commit

Permalink
Disable USE_VECTOR_SHAPE_POOL for Issue #138.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Jul 10, 2020
1 parent a964532 commit 7e8e8b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ADMB-12.2
* Add batch file create-admb-command-prompt.bat to create shortcut with full instead of relative path. [See Issue #135](https://github.com/admb-project/admb/issues/135)
* Able to use FINAL_SECTION without REPORT_SECTION. [See Issue #133](https://github.com/admb-project/admb/issues/133)
* Fixed core dump when deallocating already freed memory from xpools. [See Issue #138](https://github.com/admb-project/admb/issues/138)
__Note: USE_VECTOR_SHAPE_POOL for memory pool is now disabled by default.__
* Support adstring_array in DATA_SECTION. [See Issue #143](https://github.com/admb-project/admb/issues/143)
* Applied fixes from @yukio-takeuchi.
* [Issue #122](https://github.com/admb-project/admb/issues/122)
Expand Down
3 changes: 1 addition & 2 deletions src/linad99/fvar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ Macro definitions.
#include <tiny_ad.hpp>
#endif


#define USE_VECTOR_SHAPE_POOL
//#define USE_VECTOR_SHAPE_POOL

#if defined(USE_DDOUBLE)
# include <qd/qd.h>
Expand Down

0 comments on commit 7e8e8b0

Please sign in to comment.