-
```
Having CellBlender live under the "Scene" tab of the Properties Space
is workable but is not our ideal solution. It would be better to add
a new custom "CellBlender" tab to the Properties Space o…
-
After a clean install of 0.1.32 alpha b00, the app crash when I try to download the cell informations from OpenCellID.
This from the download option in the menu or with the download icon in the map o…
-
```
Look into C++ coding standards for libMCell.
```
Original issue reported on code.google.com by `cnlkucze...@gmail.com` on 7 Jun 2013 at 2:28
-
When I change my UITableViewController subclass to subclass SlackTextViewController my cells no longer load properly.
Previously I was using: MessageTableViewCell *cell = [self.tableView dequeueReusa…
-
```
Add a mechanism which allows CellBlender users to plot various kinds of data
from within CellBlender.
Initially, this may be simple canned plots of reaction data, but should
ultimately be expan…
-
As of last week's pull, I am seeing 43 analyzer issues in MailCore2.
Platform: OSX
Target: static mailcore2 osx
Cocoapods: no
Here they are:
```
../libraries/mailcore2/src/core/zip/MiniZip/zip.c:11…
-
When you create a meta object with a child box object (or polygon object) and attempt to release within that object without first instantiating it, then an error is generated. Here is an example MDL:
…
-
Assuming you have an mdl called Scene.main.mdl, the following command will cause a segmentation fault:
"mcell Scene.main.mdl XXX"
XXX can be any text that is not one of the standard mcell flags (e.g…
-
Setting RADIAL_DIRECTION or RADIAL_SUBDIVISIONS to zero will give a floating point error. MCell should probably handle this more gracefully.