diff --git a/src/NetConnection/ConnectionFunctionConstant.cpp b/src/NetConnection/ConnectionFunctionConstant.cpp index e17c012a0d0127526862189f950c3fd37b13681b..02908416066ebd8c8c681951cf97329fecd12e0a 100644 --- a/src/NetConnection/ConnectionFunctionConstant.cpp +++ b/src/NetConnection/ConnectionFunctionConstant.cpp @@ -25,6 +25,4 @@ double ConnectionFunctionConstant::eval(std::vector<double> ¶meter_space) { } void ConnectionFunctionConstant::eval_partial_derivative(std::vector<double> ¶meter_space, - std::vector<double> &weight_gradient, double alpha) { - -} \ No newline at end of file + std::vector<double> &weight_gradient, double alpha) {} \ No newline at end of file