Skip to content

Commit a0e372d

Browse files
committed
feat: xdata
1 parent 56659d8 commit a0e372d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/xdata.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ function parseXDATA(data, pressure, temperature){
629629
_xdata_temp = parseOzonesonde(_current_xdata, pressure);
630630
_output = Object.assign(_output,_xdata_temp);
631631
if (!_instruments.includes("Ozonesonde")) _instruments.push('Ozonesonde');
632-
633632
} else if (_instrument === '05'){
634633
// OIF411
635634
_xdata_temp = parseOIF411(_current_xdata, pressure);

0 commit comments

Comments
 (0)