I noticed that all the MATLAB code adds support via addpath ../geom and addpath ../main. However, the target files seem to be in ../library/. Could this be a mistake?
我注意到所有的matlab代码都通过
addpath ../geom
addpath ../main
来添加支持
然而目标文件貌似在
../library/下 这是否是一个错误?
At the same time, it seems like there's a problem with the way the mesh_size argument is being passed to p65...
同时p65的mesh_size调用的形参传递好像有问题...
I noticed that all the MATLAB code adds support via
addpath ../geomandaddpath ../main. However, the target files seem to be in../library/. Could this be a mistake?我注意到所有的matlab代码都通过
addpath ../geom
addpath ../main
来添加支持
然而目标文件貌似在
../library/下 这是否是一个错误?
At the same time, it seems like there's a problem with the way the mesh_size argument is being passed to p65...
同时p65的mesh_size调用的形参传递好像有问题...