Skip to content
Snippets Groups Projects
Commit ab8f98a5c718 authored by vlad_burin's avatar vlad_burin
Browse files

Bug fixed (sigfault on deleting exact component)

--HG--
branch : IoRefactoring2
parent cc393fda1a0d
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ void NPulseLibrary::CreateClassSamples(UStorage *storage)
ch_neg=dynamic_pointer_cast<NPulseChannel>(dynamic_cast<UStorage*>(storage)->TakeObject("NPLTChannel"));
ch_neg->SetName("InhChannel");
ch_neg->Type=1;
UploadClass("NPLTInhChannel",ch_pos);
UploadClass("NPLTInhChannel",ch_neg);
ch=dynamic_pointer_cast<NPulseChannel>(dynamic_cast<UStorage*>(storage)->TakeObject("NPSynChannel"));
ch->Capacity=1e-8;
......
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