Commit 484ec936 authored by Andrey Filippov's avatar Andrey Filippov

fixing configuration and missing clt directory creation

parent 0f7af7d5
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -711,7 +711,7 @@ public class QuadCLT {
imp_clt.show();
}
FileSaver fs=new FileSaver(imp_clt);
fs.saveAsTiffStack(cltPath);
fs.saveAsTiffStack(cltPath); // directory does not exist
}
}
return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment