Skip to content

copy of unintialised field fails at run time #145

@dschwoerer

Description

@dschwoerer

Field3D a;
Field3D b=a; // segfault

Expected result:
a) throw BoutException
b) ignore (don't copy, as there is nothing to copy)

I'm not sure what would be the better solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions