Some code refactoring in multi_core_data_parallelism.js was done to improve code modularity, namely, the use of function validateFieldInRange(). But for the #mcdp-oil-radius field, it has introduced a bug. When that field changes, x, the label in the image should be set to x, but to 100 * x^2. This can be fixed by passing a lambda to validateFieldInRange() for transforming the value, for instance?
Some code refactoring in multi_core_data_parallelism.js was done to improve code modularity, namely, the use of function validateFieldInRange(). But for the #mcdp-oil-radius field, it has introduced a bug. When that field changes, x, the label in the image should be set to x, but to 100 * x^2. This can be fixed by passing a lambda to validateFieldInRange() for transforming the value, for instance?