Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove binary_neuron_impl.h #813

Merged
merged 1 commit into from
Aug 24, 2017
Merged

Conversation

jakobj
Copy link
Contributor

@jakobj jakobj commented Aug 24, 2017

Since the _impl.h file provides required definitions of template functions, it always needs to be included along with the .h file. To avoid having two seperate files for the definition of the binary_neuron template, all functions are moved to the .h file.
This followed from the discussion in #492, I suggest @heplesser and @jougs as reviewers.

Since the _impl.h file provides required definitions of template
functions, it always needs to be included along with the .h
file. To avoid having two seperate files for the definition of the
binary_neuron template, all functions are moved to the .h file.
@jakobj jakobj force-pushed the fix/remove_binary_neuron_impl branch from f940cd7 to e580b59 Compare August 24, 2017 07:36
@heplesser heplesser added ZC: Model DO NOT USE THIS LABEL I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) ZP: PR Created DO NOT USE THIS LABEL S: High Should be handled next T: Maintenance Work to keep up the quality of the code and documentation. labels Aug 24, 2017
Copy link
Contributor

@heplesser heplesser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jakobj Thank you and approved, conditional on Travis passing.

@heplesser heplesser mentioned this pull request Aug 24, 2017
Copy link
Contributor

@jougs jougs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks and merging!

@jougs jougs merged commit b5531c9 into nest:master Aug 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: High Should be handled next T: Maintenance Work to keep up the quality of the code and documentation. ZC: Model DO NOT USE THIS LABEL ZP: PR Created DO NOT USE THIS LABEL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants