biodynamo icon indicating copy to clipboard operation
biodynamo copied to clipboard

Fix warning in multi-simulation mode

Open Senui opened this issue 2 years ago • 1 comments

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

Senui avatar Aug 12 '22 14:08 Senui