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 check for invalid extents when checking a field #14

Open
pspoerri opened this issue Aug 16, 2017 · 0 comments
Open

Add check for invalid extents when checking a field #14

pspoerri opened this issue Aug 16, 2017 · 0 comments

Comments

@pspoerri
Copy link

    gt_verification::boundary_extent boundaryK() const noexcept {
        return makeBoundaryExtent(0, 0, 0, 0, 0, 1);
    }
    collection_.register_output_and_reference_field("w", w_out, env_.boundaryK());

should throw an error if used with a field that has no boundaries in k.

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

No branches or pull requests

1 participant