i-RIC / iriclib

1 stars 3 forks source link

CgnsFile::Impl::followLinkIfNeeded() is needless #5

Closed kskinoue0612 closed 7 years ago

kskinoue0612 commented 7 years ago

CgnsFile::Impl::followLinkIfNeeded() is needless. When a node in CGNS file is link, cgnslib itself follow the link automatically, so iRIClib do not have to do the following operation manually.

In deed, the CgnsFile::Impl::followLinkIfNeeded() is bad. When it is called, sometimes cgnslib causes crash.