Skip to content

Commit

Permalink
Merge pull request #1380 from virtualcell/dan-nfsim-export-bug
Browse files Browse the repository at this point in the history
Generation of Observables takes a long time
  • Loading branch information
danv61 authored Nov 15, 2024
2 parents 3293623 + 64b68a2 commit 09470a2
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 80 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,6 @@ public void propertyChange(java.beans.PropertyChangeEvent evt) {
}
}

/**
* Sets the geometry property (cbit.vcell.geometry.Geometry) value.
* @param geometry The new value for the property.
* @see #getGeometry
*/
public void setReactionRule(ReactionRule newValue) {
ReactionRule oldValue = reactionRule;
reactionRule = newValue;
Expand Down
Loading

0 comments on commit 09470a2

Please sign in to comment.