epispot / EpiJS

A toolset for analyzing and creating epidemiological models.
https://epi.js.org
GNU General Public License v3.0
5 stars 2 forks source link

Fix function issue #45

Closed Quantalabs closed 3 years ago

Quantalabs commented 3 years ago

Overview

This PR fixes a issue introduced in #44 which made all functions be used as:

EpiJS.[compartment].[function](params)

instead of:

[function](params)

Commit Changelist

65ef20b479fe84a962e23694168f7136d42a2414 - Base commit, fixes issue in #44 a862967 - Fix merge conflicts