milk-org / milk

Modular Image processing Library toolKit (milk) :telescope:
https://milk-org.github.io/milk/
6 stars 10 forks source link

move data from CLImain.c to CommandLineInterface/CLIcore.c #1

Closed a-sevin closed 3 years ago

a-sevin commented 3 years ago

I would like to move DATA attribute((used)) data;

from cream/src/CLImain.c to cream/src/CommandLineInterface/CLIcore.c

It's still a bad practice to have this global variable but this facilitates the use with python wrappers...

a-sevin commented 3 years ago

Ideally, it will be great if travis can run a set of basic tests to evaluate the impact of changes