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

Devel branch,Clang compile warning: #77

Closed bbsy789 closed 1 year ago

bbsy789 commented 1 year ago

error: 'MeshGenerator::generateMesh' hides overloaded virtual functions [-Werror,-Woverloaded-virtual] error: 'QPoint::generateQPoints' hides overloaded virtual functions [-Werror,-Woverloaded-virtual]

this error occur in this classes. MeshGenerator QPoint

yangbai90 commented 1 year ago

Dear @bbsy789 , thanks for pointing out this issue, some updates have been made to resolve this issue, please check the details here b2e36e8a3077811eeae8fbba0101effb4b36d268.

If it works in your test, you can close this issue.