Skip to content
Snippets Groups Projects
Commit 096e35b5 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

default spatal dimension and value added

parent 3e035fde
No related branches found
No related tags found
3 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!62712.2.0~beta.1 into master,!608Resolve "sbml layout should be compliant with copasi tool"
......@@ -50,6 +50,8 @@ public class SbmlCompartmentExporter extends SbmlElementExporter<Compartment, or
}
// for now we don't have this information - needed for validation
result.setConstant(false);
result.setValue(1.0);
result.setSpatialDimensions(3);
if (isExtensionEnabled(SbmlExtension.MULTI)) {
MultiCompartmentPlugin multiExtension = new MultiCompartmentPlugin(result);
multiExtension.setIsType(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment