MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / set

Function set

src/main/java/trace/simulation/GrayScott.kt:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343private inline operator fun FloatBuffer.set(x: Int, value: Float) {
344// if (value != 0f && value != 1f)
345// println("value $x:$value")
346 this.put(x, value)
347}

Callers 1

addMethod · 0.50

Calls 1

putMethod · 0.45

Tested by

no test coverage detected