Skip to content
Snippets Groups Projects
Commit 1167fe02 authored by Nicola Vigano's avatar Nicola Vigano
Browse files

Corrected typo

parent b89412e0
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ function gtSaveCluster(phase_id, grain_ids, cluster, varargin)
cluster_file = fullfile(phase_dir, sprintf('grain_cluster%s.mat', str_ids));
if (isempty(conf.fields))
save(cluster_file, '-struct', 'grain', '-v7.3');
save(cluster_file, '-struct', 'cluster', '-v7.3');
else
mat_grain_file = matfile(cluster_file, 'Writable', true);
for ii_f = 1:numel(conf.fields)
......
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