← Back to team overview

yade-users team mailing list archive

Re: [Question #700720]: DFNFlow engine

 

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

    Status: Open => Answered

Robert Caulk proposed the following answer:
Hello,

The error says it all: '/yade/trunk/pkg/pfv/DFNFlow.cpp:60:40: error:
unused parameter ‘withBoundaries’ '

So compiler doesn't like when we define variables/parameters without
using them. i.e. "unused parameter."

So, you need to either remove the 'withBoundaries' argument from the
function definition:

void saveVtk(const char* folder)


or change what the compiler considers an error by compiling with the following flag:

-DENABLE_USEFUL_ERRORS=OFF

Cheers,

Robert

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