Skip to content

Commit

Permalink
process mcx generated detp output without w0
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed May 13, 2018
1 parent 993a5df commit f5f0379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/mmcdettime.m
Expand Up @@ -28,7 +28,7 @@
end

if(isstruct(detp))
dett=zeros(size(detp.w0));
dett=zeros(size(detp.ppath,1),1);
for i=1:medianum-1
dett=dett+prop(i+1,4)*detp.ppath(:,i)*R_C0;
end
Expand Down

0 comments on commit f5f0379

Please sign in to comment.