Skip to content

Commit

Permalink
Function name correction
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanAMichaels committed Jan 11, 2018
1 parent 8a3a895 commit 400c20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/utils/geneticRNN_COTargetFun.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function [z, targetFeedforward] = hebbRNN_centerOutTargetFunction(t, r, targetFunPassthrough, targetFeedforward)
function [z, targetFeedforward] = geneticRNN_COTargetFun(t, r, targetFunPassthrough, targetFeedforward)

L = targetFunPassthrough.L;
kinTimes = targetFunPassthrough.kinTimes;
Expand Down

0 comments on commit 400c20f

Please sign in to comment.