Fix more unused parameter warnings (#1076)
This commit is contained in:
@ -160,7 +160,7 @@ void FixBalance::init()
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixBalance::setup(int vflag)
|
||||
void FixBalance::setup(int /*vflag*/)
|
||||
{
|
||||
// compute final imbalance factor if setup_pre_exchange() invoked balancer
|
||||
// this is called at end of run setup, before output
|
||||
|
||||
Reference in New Issue
Block a user