Skip to content
Snippets Groups Projects
Commit 8f2b77ac authored by Yoann Guilhem's avatar Yoann Guilhem Committed by Nicola Vigano
Browse files

Bugfix on gtVectorLab2Cryst

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@936 4c865b51-4357-4376-afb4-474e03ccb993
parent f0b58956
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ elseif M > 1 && N == 1
% Compute Vc and permute to get in in row vectors
Vc = permute(sum(sam2crys.*Vext([1 1 1], :, :), 2), [3 1 2]);
elseif M == N && sync
elseif M == N && diag
% Convert cell to array of matrices
sam2crys = cat(3, g{:});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment