We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc79816 commit 7775ca3Copy full SHA for 7775ca3
Simulator/Layouts/Layout.cpp
@@ -20,7 +20,7 @@ Layout::Layout() : numEndogenouslyActiveNeurons_(0)
20
{
21
// Get a copy of the console logger to use in the case of errors
22
log4cplus::Logger consoleLogger = log4cplus::Logger::getInstance(LOG4CPLUS_TEXT("console"));
23
-
+
24
// Create Vertices/Neurons class using type definition in configuration file
25
string type;
26
ParameterManager::getInstance().getStringByXpath("//VerticesParams/@class", type);
0 commit comments