← Back to team overview

dolfin team mailing list archive

Re: error: `uint' does not name a type

 

On Thu, Jan 11, 2007 at 11:11:25AM +0100, Johan Hoffman wrote:
> I run in the the following error when using uint:
> 
> error: `uint' does not name a type
> 
> Do you recognize this, and how did you solve it?
> 
> /Johan

When does this show up?

uint usually works fine inside DOLFIN but use 'unsigned int' in demos
(main.cpp).

/Anders


References