MatMechLab / AsFem

Advanced Simulation kit based on Finite Element Method (AsFem)
https://matmechlab.github.io/AsFem
GNU General Public License v3.0
180 stars 53 forks source link

Written error in AnaqusIO.h #38

Closed xyat21 closed 3 years ago

xyat21 commented 3 years ago

In line 47 of file AsFem\include\Mesh\AnaqusIO.h, the defined getfun should be GetSubElmtDimFromInp() rather than GetSubElmtDimFromGmshInp(), since this is AbaqusIO importer definition.

yangbai90 commented 3 years ago

Hi @xyat21 , Thanks for poiting out the typo, now it is fixed in 0f9c06721b1ae43db6b5d65a98e9129810beb406 BR Yang