fastalgorithms / fmm3dbie

GNU General Public License v2.0
25 stars 10 forks source link

various demos need replacing ~/git absolute paths by relative #21

Open ahbarnett opened 1 month ago

ahbarnett commented 1 month ago

viz in yukawa demo: addpath(genpath('~/git/fmm3dbie/matlab')) run ~/git/surface-hps/setup.m

Replace by things like addpath(genpath(fullfile('../matlab')))

Surface-hps should be given as dependency...

mrachh commented 1 month ago

I think we can move the demos to a branch. These are all in beta mode currently and the interfaces for the hand-off aren't completely final.