← Back to team overview

dolfin team mailing list archive

Re: GTSInterface.cpp compile error (64bit issue?)

 

On Thu, Jan 18, 2007 at 04:15:48PM +0100, Ola Skavhaug wrote:
> There seems to be a problem compiling GTSInterface on a 64bit computer, see
> the attached compile.log.
> 
> Is there a simple fix I can apply?
> 
> Ola

Yes, the latest changeset fixes it. The cast needed to be more explicit:

boundedcell = (uint)(long)bb->bounded;

  Johan


References