dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #25940
Fwd: [Branch ~dolfin-core/dolfin/trunk] Rev 6907: Fix buildbot error: uint -> dolfin::uint in LinearOperator unit test.
Thanks. Strange it built fine on my machine.
--
Anders
Vidarebefordrat brev:
> Från: noreply@xxxxxxxxxxxxx
> Datum: 19 september 2012 11:29:15 GMT+01:00
> Till: Anders Logg <logg@xxxxxxxxx>
> Ämne: [Branch ~dolfin-core/dolfin/trunk] Rev 6907: Fix buildbot error: uint -> dolfin::uint in LinearOperator unit test.
> Svara till: noreply@xxxxxxxxxxxxx
>
> ------------------------------------------------------------
> revno: 6907
> committer: Johannes Ring <johannr@xxxxxxxxx>
> branch nick: trunk
> timestamp: Wed 2012-09-19 12:28:47 +0200
> message:
> Fix buildbot error: uint -> dolfin::uint in LinearOperator unit test.
> modified:
> test/unit/la/cpp/LinearOperator.cpp
>
>
> --
> lp:dolfin
> https://code.launchpad.net/~dolfin-core/dolfin/trunk
>
> Your team DOLFIN Core Team is subscribed to branch lp:dolfin.
> To unsubscribe from this branch go to https://code.launchpad.net/~dolfin-core/dolfin/trunk/+edit-subscription
> === modified file 'test/unit/la/cpp/LinearOperator.cpp' --- test/unit/la/cpp/LinearOperator.cpp 2012-09-18 12:58:44 +0000 +++ test/unit/la/cpp/LinearOperator.cpp 2012-09-19 10:28:47 +0000 @@ -15,8 +15,10 @@ // You should have received a copy of the GNU Lesser General Public License // along with DOLFIN. If not, see . // +// Modified by Johannes Ring 2012 +// // First added: 2012-08-21 -// Last changed: 2012-09-03 +// Last changed: 2012-09-19 // // Unit tests for matrix-free linear solvers (LinearOperator) @@ -52,7 +54,7 @@ // Do nothing } - uint size(uint dim) const + dolfin::uint size(dolfin::uint dim) const { return u.function_space()->dim(); }
Follow ups