X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fremember.cpp;h=da9d9833c06e10d2bf6dad2184fbb0da4a56d574;hb=25b4d894b5b2f7f56fb49e62a7767ab969d5249f;hp=1fd51b6198de08c1aeded497d0fb2882c7cee793;hpb=1602530f716ba1d425a0667b897182b99c374823;p=ginac.git diff --git a/ginac/remember.cpp b/ginac/remember.cpp index 1fd51b61..da9d9833 100644 --- a/ginac/remember.cpp +++ b/ginac/remember.cpp @@ -4,7 +4,7 @@ * in GiNaC functions */ /* - * GiNaC Copyright (C) 1999-2009 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2016 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -113,7 +113,7 @@ void remember_table_list::add_entry(function const & f, ex const & result) } default: throw(std::logic_error("remember_table_list::add_entry(): invalid remember_strategy")); - } + } GINAC_ASSERT(size()==max_assoc_size-1); } push_back(remember_table_entry(f,result));