fix parsing cd3names

This commit is contained in:
mhochsteger@cerbsim.com 2022-02-16 19:52:25 +01:00
parent 8430bb82a2
commit daa2c69714

View File

@ -1495,8 +1495,7 @@ namespace netgen
{
string nextcd3name;
ReadNumberAndName( infile, cd3nrs[i], nextcd3name );
infile >> cd3nrs[i-1] >> nextcd3name;
cd3names[cd3nrs[i-1]-1] = new string(nextcd3name);
cd3names[cd3nrs[i]-1] = new string(nextcd3name);
}
if (GetDimension() < 3)
{