elmar bucher

Results 22 issues of elmar bucher

I get a `Segmentation fault (core dumped)`, if I try to generate a second instance of a Cell_Definition. Reading up on this, this potentially points to a memory leaking. Minimal...

the Makefile `reset` function relies on a `PhysiCell_settings-backup.xml` file. the problem is that not all sample project generate a`PhysiCell_settings-backup.xml`. the bigger problem is that Makefile `load` function not generate at...

This pull request now has the Makefile-default, the Makefile, all sample_projects Makefiles, all sample_projects_intracellular Makefiles, and all unit_test Makefiles changed accordingly.

this is the only project that has two operating systems dependent make files. if possible, like in all other sample projects, i think this should be fused in one common...

these Makefiles have e.g. no save and load command.

I have a basic question of what is copied to the output folder. 1. the cell seeding file `cells.csv` or what ever it's name is, is so far not copied...

Since many of us work with C++ to writhe physicell models and use Python to analyze the output, I wonder if replacing all tabs with 4 spaces in the PhysiCell...

I cleaned out he gitignore file. There were many redundant (unnecessary) entries. Additionally, I ordered the entries alphabetically.

hi Tamas, I try to load an ome.tiff file I generated with [aicsimageio OmeTiffWriter](https://allencellmodeling.github.io/aicsimageio/_modules/aicsimageio/writers/ome_tiff_writer.html#OmeTiffWriter), which is quite the standard library to deal with ome.tiff files in python. I run into...

in the big picture, cell definitions can be re-set by calling the `cell_defaults = PhysiCell::Cell_Definition();` generate function again, but this does not automatically force a re-build of the cell definition...