Sergey Fedorov

Results 1 issues of Sergey Fedorov

Hello, There appears to be a bug when exporting meshes in .am format. It can be reproduced in the following script: ```C++ mesh Th = square(10, 10); savemesh(Th, "square.am"); mesh...