Skip to content

Commit 660c852

Browse files
committed
Add warning message to mml conversion script
1 parent 6e6d4c6 commit 660c852

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/atip/rings/create_lattice_matfile.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ function create_lattice_matfile(filename)
1919
disp('THERING is empty, using RING.');
2020
end
2121
else
22-
disp('Using THERING.');
22+
disp('Using global THERING and modifying it in place.');
2323
end
24+
else
25+
disp('Using global THERING and modifying it in place.');
2426
end
2527
fprintf('Initial THERING has dimensions: %s\n', mat2str(size(THERING)))
2628
% Correct dimension order if necessary.

0 commit comments

Comments
 (0)