SourceTermAnalysisSystem_vue/node_modules/marchingsquares/test/data/in/isoBands-simple.json
2026-05-15 10:22:44 +08:00

9 lines
110 B
JSON

{
"matrix": [
[1, 1, 1, 0],
[1, 5, 5, 1],
[0, 1, 1, 1]
],
"lowerBand": 1,
"upperBand": 2
}