Fix more unused parameter warnings (#1076)
This commit is contained in:
@ -557,7 +557,7 @@ void FixAveChunk::init()
|
||||
that nchunk may not track it
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void FixAveChunk::setup(int vflag)
|
||||
void FixAveChunk::setup(int /*vflag*/)
|
||||
{
|
||||
end_of_step();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user