Commit fddc5903 authored by David Wiesner's avatar David Wiesner
Browse files

Thesis Release Candidate 2.

Updated makeReport() in main and authors.
parent 098021c4
Loading
Loading
Loading
Loading
+17 −4
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
*
* This file is part of MitoGen
* 
* Copyright (C) 2013-2016 -- Centre for Biomedical Image Analysis (CBIA)
* Copyright (C) 2013-2017 -- Centre for Biomedical Image Analysis (CBIA)
* http://cbia.fi.muni.cz/
* 
* MitoGen is free software: you can redistribute it and/or modify
@@ -20,7 +20,7 @@
* You should have received a copy of the GNU General Public License
* along with MitoGen. If not, see <http://www.gnu.org/licenses/>.
* 
* Author: David Svoboda and Vladimir Ulman
* Author: David Svoboda, Vladimir Ulman and David Wiesner
* 
* Description: 
* Main body of the application. The functions implemented here are
@@ -85,13 +85,26 @@ void makeReport(const IniHandler &configIni)
	REPORT("\nenabled features:"
//computation/processing features
#ifdef MITOGEN_DEBUG
		<< "\n                 "
		<< " + extended comments (DEBUG)"
#endif
#ifdef GTGEN_WITH_MULTITHREADING
		<< " + parallel convolutions"
		//<< " + parallel convolutions"
		<< "\n                 "
		<< " + parallel processing of cell phases"
#endif

#ifdef MITOGEN_DEBUG_MULTITHREADING
		<< "\n                 "
		<< " + multi-threading comments (DEBUG)"
#endif
#ifdef GTGEN_WITH_LOCKVISUALIZATION
		<< "\n                 "
		<< " + visualization of custom-shaped locks"
#endif
#ifdef GTGEN_WITH_SCHEDULINGVISUALIZATION
		<< "\n                 "
		<< " + visualization of cell scheduling process"
#endif
//simulation features
		<< "\n                 "
#ifdef GTGEN_WITH_RIGIDMOTION
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
*
* This file is part of MitoGen
* 
* Copyright (C) 2013-2016 -- Centre for Biomedical Image Analysis (CBIA)
* Copyright (C) 2013-2017 -- Centre for Biomedical Image Analysis (CBIA)
* http://cbia.fi.muni.cz/
* 
* MitoGen is free software: you can redistribute it and/or modify
@@ -20,7 +20,7 @@
* You should have received a copy of the GNU General Public License
* along with MitoGen. If not, see <http://www.gnu.org/licenses/>.
* 
* Author: David Svoboda and Vladimir Ulman
* Author: David Svoboda, Vladimir Ulman and David Wiesner
* 
* Description: Definition of methods of class 'Scheduler' that controls
* the cell population evolution.
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
*
* This file is part of MitoGen
* 
* Copyright (C) 2013-2016 -- Centre for Biomedical Image Analysis (CBIA)
* Copyright (C) 2013-2017 -- Centre for Biomedical Image Analysis (CBIA)
* http://cbia.fi.muni.cz/
* 
* MitoGen is free software: you can redistribute it and/or modify
@@ -20,7 +20,7 @@
* You should have received a copy of the GNU General Public License
* along with MitoGen. If not, see <http://www.gnu.org/licenses/>.
* 
* Author: David Svoboda and Vladimir Ulman
* Author: David Svoboda, Vladimir Ulman and David Wiesner
* 
* Description: Definition of class 'Scheduler' that controls
* the cell population evolution.