COMP: Removed unused variable

This commit is contained in:
Andrew Heather
2017-11-07 11:31:21 +00:00
parent b8d5880447
commit c1b7854cf7

View File

@ -199,7 +199,6 @@ void Foam::particle::writePosition(Ostream& os) const
p.position = position(); p.position = position();
p.celli = celli_; p.celli = celli_;
vector pos(position());
os.write(reinterpret_cast<const char*>(&p.position), s); os.write(reinterpret_cast<const char*>(&p.position), s);
} }