Project

General

Profile

Bug #40

Updated by Vincenzo Cimino 4 months ago

Inside `UnderwaterMPropagation` when binding the shipping factor there's no check that this values is either 0 or 1. 
 The only check is inside `Underwater::getNoise()` where there is a check that shipping is either > 0 or < 1.

Back