X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fremember.cpp;h=ee62fa0f691777988448dfd7b873c068d88fe9d1;hp=4490183e88e366e9c538ff60247bd728c10c887d;hb=f8b3c08fd7a5aabe7471c4dfb635d134ee4d8ef3;hpb=cca88b51436e4b654d16a4d60cd0d1c66fcf5dd6 diff --git a/ginac/remember.cpp b/ginac/remember.cpp index 4490183e..ee62fa0f 100644 --- a/ginac/remember.cpp +++ b/ginac/remember.cpp @@ -4,7 +4,7 @@ * in GiNaC functions */ /* - * GiNaC Copyright (C) 1999-2014 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2015 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));