Skip to content
Snippets Groups Projects
Commit bf1322b5 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

msa: forbid nJ=1

parent aa5bf763
No related branches found
No related tags found
No related merge requests found
......@@ -468,6 +468,8 @@ void NManip::slices_rebin()
static string jSel = "";
JSelAsk( "Start groups at spectra", JSel );
while ( ROlo fin = fiter.get() ) {
if( fin->nJ()<=1 )
throw S("Only one slice in file");
ROld fd = R2D( fin );
ROlc fc = R2C( fin );
POlo fout( fin->new_olo() );
......
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