From: wolf Date: Thu, 12 Oct 2000 09:08:40 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0f3ff65da84fb469b62bc6603307fa73997cb34;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@3420 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index 1a9faef901..8a10b3de4b 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1316,8 +1316,8 @@ typedef map > > T; const T* f(T& t1, const T* t2) { - t1[0] = map >(); const map > >::const_iterator i=t1.begin(); + *i = t1[0] = map >(); return t2; }