Skip to content
Snippets Groups Projects
Commit 5ef8067c authored by Christian Beckmann's avatar Christian Beckmann
Browse files

updated to melodic ln(10)

parent 69b1ded5
No related branches found
Tags fsl-3_1_1 stable-12Aug2003
No related merge requests found
......@@ -250,7 +250,7 @@ namespace Melodic{
//Output unmixMatrix
if(opts.output_unmix.value() && unmixMatrix.Storage()>0){
write_ascii_matrix(opts.outputfname.value() + "_unmix",unmixMatrix);
write_ascii_matrix(logger.appendDir(opts.outputfname.value() + "_unmix"),unmixMatrix);
message(" "<<
logger.appendDir(opts.outputfname.value() + "_unmix") <<endl);
}
......
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