took out hardcoding of nodes for testing
This commit is contained in:
parent
874be1d8b7
commit
b3cf5b5e83
1 changed files with 6 additions and 6 deletions
|
|
@ -45,12 +45,12 @@ export function BuildNodeData(cables: CableData[]): NodeData[] {
|
|||
const moisture = grainCable.moisture[i] || undefined;
|
||||
let t = celcius
|
||||
// for testing
|
||||
if(i===0){
|
||||
t = 40
|
||||
}
|
||||
if (i===5){
|
||||
t = 0
|
||||
}
|
||||
// if(i===0){
|
||||
// t = 40
|
||||
// }
|
||||
// if (i===5){
|
||||
// t = 0
|
||||
// }
|
||||
|
||||
nodeData.push({
|
||||
cableIndex: cableIndex,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue