We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6d4c6 commit 660c852Copy full SHA for 660c852
src/atip/rings/create_lattice_matfile.m
@@ -19,8 +19,10 @@ function create_lattice_matfile(filename)
19
disp('THERING is empty, using RING.');
20
end
21
else
22
- disp('Using THERING.');
+ disp('Using global THERING and modifying it in place.');
23
24
+ else
25
26
27
fprintf('Initial THERING has dimensions: %s\n', mat2str(size(THERING)))
28
% Correct dimension order if necessary.
0 commit comments