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

Add IEnumerable<double> Samples to ISampleMonitor #31

Merged
merged 1 commit into from
Apr 30, 2020

Conversation

MattKotsenas
Copy link
Contributor

The field IEnumerable<double> Samples is already present on
SampleMonitor, but it's missing from ISampleMonitor, which requires
a (potentially dangerous) cast.

To make the cast unnecessary, add it to the interface.

The field `IEnumerable<double> Samples` is already present on
`SampleMonitor`, but it's missing from `ISampleMonitor`, which requires
a (potentially dangerous) cast.

To make the cast unnecessary, add it to the interface.
@abeham abeham merged commit 828d314 into heal-research:master Apr 30, 2020
@abeham
Copy link
Member

abeham commented Apr 30, 2020

Thanks!

@MattKotsenas MattKotsenas deleted the feature/samples branch November 12, 2022 17:03
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.

None yet

2 participants