X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Findexed.h;h=69e0369227b9a53f13cc1a4b5d9d0aafe1d18dd9;hb=679208b372d0d1ba9a50cf277530bf0950cb3a90;hp=768f7fe8e64631834485816c60acbd6ec14afa19;hpb=286b0d93528e35957a50c51343e0b4a9bc623bce;p=ginac.git diff --git a/ginac/indexed.h b/ginac/indexed.h index 768f7fe8..69e03692 100644 --- a/ginac/indexed.h +++ b/ginac/indexed.h @@ -3,7 +3,7 @@ * Interface to GiNaC's indexed expressions. */ /* - * GiNaC Copyright (C) 1999-2011 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 @@ -255,7 +255,7 @@ protected: exvector get_all_dummy_indices(const ex & e); /** More reliable version of the form. The former assumes that e is an - * expanded epxression. */ + * expanded expression. */ exvector get_all_dummy_indices_safely(const ex & e); /** Returns b with all dummy indices, which are listed in va, renamed @@ -279,7 +279,7 @@ lst rename_dummy_indices_uniquely(const exvector & va, const exvector & vb); * indices with the corresponding numeric values without variance. * * @param e the given expression - * @param subs_idx indicates if variance of dummy indixes should be neglected + * @param subs_idx indicates if variance of dummy indices should be neglected */ ex expand_dummy_sum(const ex & e, bool subs_idx = false);