Skip to content
Snippets Groups Projects
Commit 61b57eaf authored by Matthew Webster's avatar Matthew Webster
Browse files

fixes for no append

parent 87fbe0df
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ namespace Melodic{
if( bool(opts.genreport.value()) ){
const time_t tmptime = time(NULL);
system(("mkdir "+ logger.appendDir("report") + " 2>/dev/null").c_str());
report.setDir(logger.appendDir("report"),"00index.html");
report.setDir(logger.appendDir("report"),"00index.html",true,false,ios::out);
report << "<HTML><HEAD><link REL=stylesheet TYPE=text/css href=file:" +
(string) getenv("FSLDIR") +"/doc/fsl.css>"
<< "<TITLE>MELODIC report</TITLE></HEAD><BODY>"
......
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