took out hardcoding of nodes for testing

This commit is contained in:
csawatzky 2026-04-30 09:43:19 -06:00
parent 874be1d8b7
commit b3cf5b5e83

View file

@ -45,12 +45,12 @@ export function BuildNodeData(cables: CableData[]): NodeData[] {
const moisture = grainCable.moisture[i] || undefined; const moisture = grainCable.moisture[i] || undefined;
let t = celcius let t = celcius
// for testing // for testing
if(i===0){ // if(i===0){
t = 40 // t = 40
} // }
if (i===5){ // if (i===5){
t = 0 // t = 0
} // }
nodeData.push({ nodeData.push({
cableIndex: cableIndex, cableIndex: cableIndex,