We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867de02 commit 9f0b55fCopy full SHA for 9f0b55f
NeuronEngine/NeuronBase.cpp
@@ -456,7 +456,7 @@ namespace NeuronEngine
456
{
457
NeuronArrayBase::remoteQueue.push(s);
458
}
459
- else if (s.GetWeight() > 0.2f || s.GetWeight() < 0)
+ else //if (s.GetWeight() > 0.2f || s.GetWeight() < 0)
460
{ //nTarget->currentCharge += s.GetWeight(); //not supported until C++20
461
auto current = nTarget->currentCharge.load(std::memory_order_relaxed);
462
float desired = current + s.GetWeight();
0 commit comments