Add an API entry to calculate stress

This commit is contained in:
Pitchaya Boonsarngsuk
2018-01-26 13:10:09 +00:00
parent 665b5a89a6
commit 44a5c8561a
2 changed files with 12 additions and 8 deletions

View File

@@ -18,3 +18,6 @@ export { default as forceLinkTweaked}
export { default as hybridSimulation}
from "./src/hybridSimulation";
export { getStress as calculateStress }
from "./src/stress";