dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #07644
Re: [HG DOLFIN] merge
Should be fixed now.
x = 0.0;
has been removed since one may do
x.zero();
--
Anders
On Sat, Apr 26, 2008 at 02:01:37AM +0200, Ilmar Wilbers wrote:
> Not sure at was that revision, but any revision after 16.00. Seems
> uBlasVector is to blaim.
>
> ilmar
>
> Ilmar Wilbers wrote:
> > I think revision 4091 broke the building:
> > c++ -o demo/ode/stiff/cpp/main.o -c -Wall -pipe -ansi -DDEBUG -g -Werror
> > -DNDEBUG -O2 -DPACKAGE_VERSION=\"0.7.2\" -fno-strict-aliasing -I. -I.
> > -Idolfin -I/home/buildbot/local/include -I/usr/include/libxml2
> > demo/ode/stiff/cpp/main.cpp
> > demo/ode/stiff/cpp/TestProblem7.h: In member function 'virtual void
> > TestProblem7::u0(dolfin::uBlasVector&)':
> > demo/ode/stiff/cpp/TestProblem7.h:23: error: no match for 'operator=' in
> > 'u = 0.0'
> > ./dolfin/la/uBlasVector.h:117: note: candidates are: virtual const
> > dolfin::GenericVector& dolfin::uBlasVector::operator=(const
> > dolfin::GenericVector&)
> > ./dolfin/la/uBlasVector.h:120: note: const
> > dolfin::uBlasVector& dolfin::uBlasVector::operator=(const
> > dolfin::uBlasVector&)
> > scons: *** [demo/ode/stiff/cpp/main.o] Error 1
> > scons: building terminated because of errors.
> >
> > ilmar
> >
> > DOLFIN wrote:
> >> One or more new changesets pushed to the primary dolfin repository.
> >> A short summary of the last three changesets is included below.
> >>
> >> changeset: 4092:7e1694a1b070cbe0652e53ce60dbeacf4aac0d98
> >> tag: tip
> >> parent: 4091:ef496cdd5e3baf1dbb3334e0565ea87f73de04dc
> >> parent: 4090:2882e6647e270ec0b3cc5dd0c0eee40e97113da2
> >> user: "Anders Logg <logg@xxxxxxxxx>"
> >> date: Fri Apr 25 18:09:29 2008 +0200
> >> files:
> >> description:
> >> merge
> >>
> >>
> >> changeset: 4091:ef496cdd5e3baf1dbb3334e0565ea87f73de04dc
> >> parent: 4086:944c68554a65ac82d6d577933d425b43ee1236bb
> >> user: "Anders Logg <logg@xxxxxxxxx>"
> >> date: Fri Apr 25 18:09:10 2008 +0200
> >> files: dolfin/la/Matrix.h dolfin/la/PETScMatrix.h dolfin/la/Vector.h dolfin/la/uBlasMatrix.h dolfin/la/uBlasVector.cpp dolfin/la/uBlasVector.h dolfin/ode/MonoAdaptiveNewtonSolver.cpp dolfin/ode/MultiAdaptiveTimeSlab.cpp dolfin/ode/TimeSlab.cpp dolfin/ode/TimeSlabJacobian.cpp
> >> description:
> >> Cleanup of uBlasVector and uBlasMatrix (only header portions edited so far)
> >>
> >>
> >> changeset: 4090:2882e6647e270ec0b3cc5dd0c0eee40e97113da2
> >> parent: 4089:290e855a239b4c44846ab8bcc06e38a929313da1
> >> parent: 4087:04886d34e8c876ea6f9d605102d91c639953bfe4
> >> user: Kent-Andre Mardal <kent-and@xxxxxxxxx>
> >> date: Fri Apr 25 16:20:07 2008 +0200
> >> files:
> >> description:
> >> merge
> >>
> >> ----------------------------------------------------------------------
> >> For more details, visit http://www.fenics.org/hg/dolfin
> >> _______________________________________________
> >> DOLFIN-dev mailing list
> >> DOLFIN-dev@xxxxxxxxxx
> >> http://www.fenics.org/mailman/listinfo/dolfin-dev
> > _______________________________________________
> > DOLFIN-dev mailing list
> > DOLFIN-dev@xxxxxxxxxx
> > http://www.fenics.org/mailman/listinfo/dolfin-dev
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev
Follow ups
References