numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

Improve the internal interfaces of `window` using the new `mu::Array`s #249

Open numeredev opened 2 weeks ago

numeredev commented 2 weeks ago

DESCRIPTION

Is your change request related to a problem? Please describe. window uses internally most of the time std::string. Change this, so that it supports mu::Array as interface type (improving the interaction)

Describe the solution you'd like See description.

Describe possible alternatives you've considered A clear and concise description of any alternative solutions or features you've considered, if any.

Additional context Add any other context or screenshots about the feature request here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

(Describe, what's the issue and which changes have to be made)

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST