From 1e35bd6cde76dc7c8127a0471089a48205aa75fc Mon Sep 17 00:00:00 2001
From: Christian Beckmann <c.beckmann@donders.ru.nl>
Date: Mon, 30 Jul 2007 19:52:23 +0000
Subject: [PATCH] MELODIC 3.02 with FDR

---
 melreport.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/melreport.cc b/melreport.cc
index fc819f0..27525c6 100644
--- a/melreport.cc
+++ b/melreport.cc
@@ -295,7 +295,7 @@ namespace Melodic{
       if(mmodel.get_threshmaps().Storage()>0&&
 	 			(mmodel.get_threshmaps().Ncols() == mmodel.get_data().Ncols())&&
 	 			(mmodel.get_threshmaps().Nrows()>1))
-	    {//Output other thresholded IC map
+	   /* {//Output other thresholded IC map
 	  
 	  	for(int tctr=2; tctr<=mmodel.get_threshmaps().Nrows(); tctr++){
 	    	tempVol.setmatrix(mmodel.get_threshmaps().Row(tctr),melodat.get_mask());
@@ -347,7 +347,7 @@ namespace Melodic{
 	    	IChtml << "<img BORDER=0 SRC=\""+mmodel.get_prefix()
 	      		+"_thresh"+num2str(tctr)+".png\" ALT=\"MMfit\"></A><p>" << endl;
 	  	}
-      }
+      }*/
       
       { //finish IC page
 		IChtml<< "<HR><FONT SIZE=1>This page produced automatically by "
-- 
GitLab