Skip to content
Snippets Groups Projects
Commit 8cb32de5 authored by Asia Jędrzejewska-Szmek's avatar Asia Jędrzejewska-Szmek
Browse files

Add ticks for DifBufferBase and DifShellBase

parent a56de071
No related branches found
No related tags found
1 merge request!205DifShell and DifBuffer implementation
......@@ -357,6 +357,9 @@ const Cinfo* Clock::initCinfo()
" CaConc 1 50e-6\n"
" CaConcBase 1 50e-6\n"
" DifShell 1 50e-6\n"
" DifShellBase 1 50e-6\n"
" DifBuffer 1 50e-6\n"
" DifBufferBase 1 50e-6\n"
" MgBlock 1 50e-6\n"
" Nernst 1 50e-6\n"
" RandSpike 1 50e-6\n"
......@@ -839,7 +842,9 @@ void Clock::buildDefaultTick()
defaultTick_["CaConc"] = 1;
defaultTick_["CaConcBase"] = 1;
defaultTick_["DifShell"] = 1;
defaultTick_["DifShellBase"] = 1;
defaultTick_["DifBuffer"] = 1;
defaultTick_["DifBufferBase"] = 1;
defaultTick_["MgBlock"] = 1;
defaultTick_["Nernst"] = 1;
defaultTick_["RandSpike"] = 1;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment