On Wed, Mar 4, 2009 at 11:18 PM, Johan Hake <[email protected]> wrote: > On Wednesday 04 March 2009 23:14:54 Ola Skavhaug wrote: >> On Wed, Mar 4, 2009 at 10:59 PM, DOLFIN <[email protected]> wrote: >> > One or more new changesets pushed to the primary dolfin repository. >> > A short summary of the last three changesets is included below. >> > >> > changeset: 5801:bce61f98970135ef7569e302cc7b6253d869ee04 >> > tag: tip >> > user: "Johan Hake <[email protected]>" >> > date: Wed Mar 04 22:59:54 2009 +0100 >> > files: dolfin/io/File.cpp dolfin/io/File.h >> > description: >> > Commented out unimplemented functions and changed uint -> unsigned int >> >> Thanks for pointing this out, Johan. BTW; why do you change from uint >> to unsigned int? I think uint is used extensively throughout DOLFIN. > > No probs :) > > For the uint stuff I was a bit unsure actually. First I actually thought the > methods were implemented but the signature did fit, therefore my naive change > to unsigned int. Then when I found the error I looked in the file and found > some unsigned int types, so I did not change back. >
I see. Will change back to uint tomorrow, then. I'm compiling without the Python bindings now; compiling the wrapper code makes my 2GB ram 64bit computer crash and burn. Hence, I didn't see the problem with the missing method definitions. > > Johan > >> Ola >> >> > changeset: 5800:61121bc41879e267d3de24416e10343648175f4c >> > user: "Johan Hake <[email protected]>" >> > date: Wed Mar 04 22:36:29 2009 +0100 >> > files: dolfin/io/File.h >> > description: >> > Fixed some typos >> > >> > >> > changeset: 5799:607ad7a34d760692bf1f4f6ebac0e32b0f3dd0b7 >> > user: Anders Logg <[email protected]> >> > date: Wed Mar 04 21:57:48 2009 +0100 >> > files: ChangeLog dolfin/function/Function.cpp >> > dolfin/function/Function.h description: >> > Add new constructor to Function class, Function(V, "vector.xml") >> > >> > ---------------------------------------------------------------------- >> > For more details, visit http://www.fenics.org/hg/dolfin >> > _______________________________________________ >> > DOLFIN-dev mailing list >> > [email protected] >> > http://www.fenics.org/mailman/listinfo/dolfin-dev > > > -- Ola Skavhaug _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
