← Back to team overview

yade-users team mailing list archive

Re: [Question #537735]: Error Stl import

 

Question #537735 on Yade changed:
https://answers.launchpad.net/yade/+question/537735

Alexander Eulitz [Eugen] posted a new comment:
Hi,
I solved the problem. I inspected the changes between the packaged version 1.2 and the current master by:
git diff remotes/upstream/1.20 master ./pkg/dem/STLImporter.hpp

Afterwards in pkg/dem/STLImporter.hpp line 174 I changed the return statement back to the state of branch 1.2:
return true;
instead of
return (r>0);

I will prepare a pull request if you like.

Cheers
Alex

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.