Skip to content

Resolve "Make path to oskar coefficient file runtime configurable"

Closes #25 (closed)

This solution only adds a constructor with an extra argument (file path) to the ElementResponseOSKARSphericalWave class. The possibility to pass the extra argument is not propagated further upwards, for example to the Station class. That is sufficient for testing, because the test programs can directly instantiate ElementResponse classes.

Merge request reports