biodynamo
biodynamo copied to clipboard
Fix warning in multi-simulation mode
The check of whether real data was present in our Database class was always evaluating to true, because it was an object on the stack. Changed that into a pointer, so that can be evaluated for nullptr when no Database object is created