mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Removed unused variable
This commit is contained in:
@ -199,7 +199,6 @@ void Foam::particle::writePosition(Ostream& os) const
|
||||
p.position = position();
|
||||
p.celli = celli_;
|
||||
|
||||
vector pos(position());
|
||||
os.write(reinterpret_cast<const char*>(&p.position), s);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user