Loading src/main.cpp +17 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading Loading @@ -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 Loading src/scheduler.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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. Loading src/scheduler.h +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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. Loading Loading
src/main.cpp +17 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading Loading @@ -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 Loading
src/scheduler.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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. Loading
src/scheduler.h +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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. Loading