Skip to content

Commit

Permalink
Initialise AVA_inact, AVB_act, etc. to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jan 7, 2025
1 parent 2b012e2 commit 2b1de1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Worm.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Worm {

// Neuromuscular junctions
double NMJ_DA, NMJ_DB, NMJ_VD, NMJ_VB, NMJ_VA, NMJ_DD; //EEE
double AVA_act, AVA_inact, AVB_act, AVB_inact;
double AVA_act=0, AVA_inact=0, AVB_act=0, AVB_inact=0;
double AVA_output, AVB_output;

};

0 comments on commit 2b1de1e

Please sign in to comment.