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

Conserved quantities are transferred by default during phagocytosis #308

Merged
merged 8 commits into from
Oct 15, 2024

Commits on Oct 14, 2024

  1. Update BioFVM_basic_agent.cpp

    In response to Issue #307, cells by default ingest 100% of internalized substrates when eating another cell.
    MathCancer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3b4893e View commit details
    Browse the repository at this point in the history
  2. Update PhysiCell_cell.cpp

    In response to Issue #307, cells by default ingest 100% of conserved custom variables when eating another cell.
    MathCancer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8fc1793 View commit details
    Browse the repository at this point in the history
  3. Update PhysiCell_cell.cpp

    MathCancer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    28a6969 View commit details
    Browse the repository at this point in the history
  4. Update VERSION.txt

    update version number to 1.14.1-development
    MathCancer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bf15329 View commit details
    Browse the repository at this point in the history
  5. more on conservation during phagocytosis

    In response to Issue #307, cells by default ingest 100% of internalized substrates when eating another cell.
    
    (Note that the values for std::vector<bool> fraction_tranferred_when_ingested in Basic_Agent is *overwritten* by constructors in the cell Phenotype, so we have ot do it there.)
    MathCancer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a3fde73 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Update PhysiCell_cell.cpp

    remove testing line that set all custom variables to `conserved = true` that was mistakenly left in.
    
    Thanks, Daniel!
    MathCancer committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    502cc79 View commit details
    Browse the repository at this point in the history
  2. Update PhysiCell_cell.cpp

    fixed the comment
    heberlr authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bc18ac5 View commit details
    Browse the repository at this point in the history
  3. Update PhysiCell_cell.cpp

    heberlr authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    33e78d9 View commit details
    Browse the repository at this point in the history