Skip to content

Commit

Permalink
Fixup paths in demo for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelpowell authored Dec 13, 2024
1 parent 8530f7c commit da51a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/matlab/demos/toast_demo6.m
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function toast_demo6_OpeningFcn(hObject, eventdata, handles, varargin)
%% ===========================================================

function prm = load_target(prm)
meshdir = '../../../test/3D/meshes/';
meshdir = '../meshes/3D/';
meshfile = 'cyl4_blobs.msh';
qmfile = prm.meas.qmfile;
prm.user.target.mesh = toastMesh([meshdir meshfile]);
Expand Down Expand Up @@ -114,7 +114,7 @@ function toast_demo6_OpeningFcn(hObject, eventdata, handles, varargin)

function init(handles)

meshdir = '../../../test/3D/meshes/';
meshdir = './';
prm = toastParam;
%prm.basis.meshfile = 'vox32_2blobs.msh';
%prm.basis.bdim = [25 30 20];
Expand Down

0 comments on commit da51a66

Please sign in to comment.