Skip to content

Commit 50c58a7

Browse files
committed
does not print check result
1 parent 78c600c commit 50c58a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MATLAB/private/isKinMatchingModelCoords.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
end
5050

5151
if length(coordNames) == length(coordsNames_in_struct)
52-
disp('Coordinate structure and model are properly matched (coordinates and their order).');
5352
out = 1;
5453
return
5554
else
55+
warning('Coordinate structure and model are NOT properly matched (coordinates and their order).');
5656
out = 0;
5757

5858
end

0 commit comments

Comments
 (0)