Fixed PLYMAX.

This commit is contained in:
Xavier Raynaud 2012-03-05 15:09:45 +01:00
parent 9cf4442383
commit da5f2e0023

View File

@ -1621,7 +1621,7 @@ struct PLYMAX : public SpecialBase
virtual void read(std::istream& is)
{
// Note. This function assumes that NTMISC = 1, and reads only one line.
plymax_.resize(5);
plymax_.resize(2);
readVectorData(is, plymax_);
}