Skip to content
Snippets Groups Projects
Commit 7e261d97 authored by jonathan.froehlich's avatar jonathan.froehlich
Browse files

MTensionModel no IS an ElphyModel

parent fee842fc
No related branches found
No related tags found
1 merge request!215Resolve "Fix Coupled Solvers"
......@@ -142,13 +142,12 @@ public:
};
class MTensionModel : public MCellModel {
class MTensionModel : public MElphyModel {
protected:
MElphyModel &elphy;
MElphyModel& elphy;
public:
explicit MTensionModel(MElphyModel &eModel, int N) : MCellModel(eModel.GatingDim() + N,
eModel.TimeScale()),
elphy(eModel) {
explicit MTensionModel(MElphyModel &eModel, int N) : MElphyModel(eModel.Size()+N, eModel.getGatingIndex(),
eModel.TimeScale()), elphy(eModel){
}
......
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