File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,23 @@ export function GLCNode({ data }) {
7575 fontWeight : 'bold' ,
7676 textAlign : 'right'
7777 } } >
78- P_T2_out_gas
78+ y_T2_out
79+ </ div >
80+
81+ < div style = { {
82+ right : '6px' ,
83+ position : 'absolute' ,
84+ top : '71%' ,
85+ fontSize : '12px' ,
86+ fontWeight : 'bold' ,
87+ textAlign : 'right'
88+ } } >
89+ P_out_gas
7990 </ div >
8091
8192 < Handle type = "source" position = "right" id = "c_T_outlet" style = { { background : '#555' , top : '33%' } } />
82- < Handle type = "source" position = "right" id = "P_T2_out_gas" style = { { background : '#555' , top : '66%' } } />
93+ < Handle type = "source" position = "right" id = "y_T2_out" style = { { background : '#555' , top : '66%' } } />
94+ < Handle type = "source" position = "right" id = "P_out_gas" style = { { background : '#555' , top : '80%' } } />
8395 < Handle type = "source" position = "right" id = "efficiency" style = { { background : '#555' , top : '10%' } } />
8496 </ div >
8597 ) ;
You can’t perform that action at this time.
0 commit comments