Skip to content
Snippets Groups Projects
Commit 2fc4c635 authored by Wolfgang Ludwig's avatar Wolfgang Ludwig
Browse files

fixing small typo

parent 53bd7a29
No related branches found
No related tags found
No related merge requests found
......@@ -221,10 +221,10 @@ function bl = gtDefFwdProjGvdm(grain, ref_sel, gv, fedpars, parameters, det_ind,
try
tmp_bl(ii_b).intm = accumarray(ucbl8, ints8, blob_uvw_size);
catch mexc
fprintf(['\n\nERROR\nThe error is probably caused by the'
' projected intensities falling outside the blob volume.'
'\nTry increasing the blob volume padding:'
' fedpars.detector(det_ind).blobsizeadd, or FIXING'
fprintf(['\n\nERROR\nThe error is probably caused by the', ...
' projected intensities falling outside the blob volume.', ...
'\nTry increasing the blob volume padding:', ...
' fedpars.detector(det_ind).blobsizeadd, or FIXING', ...
' YOUR CODE!!\n\n'])
disp('Blob ID:')
disp(ii_b)
......
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