Skip to content
Snippets Groups Projects
Commit 27b4a8ab authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

run a single cell charge cycle every 10 global cycles steps

parent e745298c
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ bool Expirament::step(size_t startsubstep)
switch(globalstep % STEP_COUNT)
{
case 0:
if((globalstep/STEP_COUNT) == 20)
if((globalstep/STEP_COUNT) % 10 == 0)
{
ret = capacityMesureCycle();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment