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

Throw error if duplicate substrate or parameter #250

Merged
merged 2 commits into from
Aug 16, 2024

Commits on Jun 5, 2024

  1. Throw error if duplicate substrate or parameter

    Check that each added substrate has a unique name. Same for parameters (for a given type).
    
    Also, clean up some code to improve maintainability/readability.
    
    Suggestion for future improvement: rename some of the many instances of "parameters" in the code. For example, UserParameters has one instance called parameters. Each instance of Parameters has a member called parameters. Many other objects in PhysiCell have parameters members. This makes it hard to track which ones belong where.
    drbergman committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cd4a81e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    8f19f0b View commit details
    Browse the repository at this point in the history