Skip to content

Commit b99a2c1

Browse files
fix inadvertent change
1 parent de9aeba commit b99a2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Simulator/Edges/Neuro/AllSpikingSynapses.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class AllSpikingSynapses : public AllNeuroEdges {
7979
/// is allowed in the synapse class.
8080
///
8181
/// @return true if the back propagation is allowed.
82-
virtual bool allowagation();
82+
virtual bool allowBackPropagation();
8383

8484
/// Prints SynapsesProps data to console.
8585
virtual void printSynapsesProps() const;

0 commit comments

Comments
 (0)