From 5dbb7f04059a572559833c4c1ee708998cbd6016 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Wed, 18 Jun 2003 23:37:12 +0000 Subject: [PATCH] fixed a typo --- ginac/mul.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/mul.cpp b/ginac/mul.cpp index ede10a7c..244a5f8c 100644 --- a/ginac/mul.cpp +++ b/ginac/mul.cpp @@ -567,7 +567,7 @@ ex mul::algebraic_subs_mul(const lst & ls, const lst & lr, unsigned options) con exvector subsresult(seq.size()); lst::const_iterator its, itr; - for (its = ls.begin(), itr != lr.begin(); its != ls.end(); ++its, ++itr) { + for (its = ls.begin(), itr = lr.begin(); its != ls.end(); ++its, ++itr) { if (is_exactly_a(*its)) { -- 2.49.0