File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -107,17 +107,14 @@ void AllSpikingSynapses::printParameters() const
107107 << endl
108108 << " \t Edges type: AllSpikingSynapses" << endl
109109 << endl);
110- LOG4CPLUS_DEBUG (edgeLogger_, " \n\t Tau values: ["
111- << " II: " << tau_II_ << " ,"
112- << " IE: " << tau_IE_ << " ,"
113- << " EI: " << tau_EI_ << " ,"
114- << " EE: " << tau_EE_ << " ]" << endl);
110+ LOG4CPLUS_DEBUG (edgeLogger_, " \n\t Tau values: [" << " II: " << tau_II_ << " ," << " IE: "
111+ << tau_IE_ << " ," << " EI: " << tau_EI_ << " ,"
112+ << " EE: " << tau_EE_ << " ]" << endl);
115113
116114 LOG4CPLUS_DEBUG (edgeLogger_, " \n\t Delay values: ["
117- << " II: " << delay_II_ << " ,"
118- << " IE: " << delay_IE_ << " ,"
119- << " EI:" << delay_EI_ << " ,"
120- << " EE: " << delay_EE_ << " ]" << endl);
115+ << " II: " << delay_II_ << " ," << " IE: " << delay_IE_ << " ,"
116+ << " EI:" << delay_EI_ << " ," << " EE: " << delay_EE_ << " ]"
117+ << endl);
121118}
122119
123120// / Sets the data for Synapse to input's data.
You can’t perform that action at this time.
0 commit comments