Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the function vtlGetTransferFunction() #7

Merged
merged 2 commits into from
May 31, 2021

Conversation

Simon-Stone
Copy link
Contributor

...so that (transmission line model) options can be changed instead of enforcing their default values. Since the function's signature changed, this is a breaking change that makes the API incompatible with older versions.

…ine model) options can be changed instead of enforcing their default values. Since the function's signature changed, this is a breaking change that makes the API incompatible with older versions.
@Simon-Stone Simon-Stone requested a review from paul-krug May 31, 2021 14:19

typedef struct
{
SpectrumType type; // What kind of transfer function to calculate
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rename "type" and "radiation" to "spectrumType" and "radiationType"

Copy link
Collaborator

@paul-krug paul-krug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change notation

@Simon-Stone
Copy link
Contributor Author

Change notation

Done

Copy link
Collaborator

@paul-krug paul-krug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merged

@paul-krug paul-krug merged commit 827fa52 into main May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants