diff --git a/src/Neuron/Neuron.h b/src/Neuron/Neuron.h index d3634b0eb2fb63c9dfa1032679a24105935c9c70..a2173ebe0c1f703a6d8d94e5a47c96648b694bb5 100644 --- a/src/Neuron/Neuron.h +++ b/src/Neuron/Neuron.h @@ -7,7 +7,6 @@ * @date 2017 - 2018 */ - #ifndef NEURON_H_ #define NEURON_H_ @@ -16,6 +15,7 @@ #include "../NetConnection/Connection.h" class Connection; + /** * Abstract class representing a general neuron */