Skip to content
Snippets Groups Projects
Commit bba4dd14 authored by Jerome Hue's avatar Jerome Hue
Browse files

Make a local function static

parent 985fb609
No related branches found
No related tags found
No related merge requests found
Pipeline #67018 passed
......@@ -15,7 +15,7 @@
#include "aidge/data/Spikegen.hpp"
namespace Aidge {
Tensor rateConvert(const Tensor& tensor) {
static Tensor rateConvert(const Tensor& tensor) {
auto result = tensor.clone();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment