mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
fix parsing cd3names
This commit is contained in:
parent
8430bb82a2
commit
daa2c69714
@ -1495,8 +1495,7 @@ namespace netgen
|
|||||||
{
|
{
|
||||||
string nextcd3name;
|
string nextcd3name;
|
||||||
ReadNumberAndName( infile, cd3nrs[i], nextcd3name );
|
ReadNumberAndName( infile, cd3nrs[i], nextcd3name );
|
||||||
infile >> cd3nrs[i-1] >> nextcd3name;
|
cd3names[cd3nrs[i]-1] = new string(nextcd3name);
|
||||||
cd3names[cd3nrs[i-1]-1] = new string(nextcd3name);
|
|
||||||
}
|
}
|
||||||
if (GetDimension() < 3)
|
if (GetDimension() < 3)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user