ufechner7 / KiteUtils.jl

Utilities for kite power system simulations
https://ufechner7.github.io/KiteUtils.jl/
MIT License
2 stars 1 forks source link

Simplify code by using StructTypes #37

Closed ufechner7 closed 2 years ago

ufechner7 commented 2 years ago

With the package StructTypes.jl it is possible to create a settings struct from a dictionary automatically without writing code for each field. This greatly simplifies the function se() and also makes it easier to add new fields in the future.