Skip to content

Commit

Permalink
代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
lumiaoshan committed Oct 27, 2023
1 parent ad3f67d commit 810302c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirdPro/Algorithms/Compressor/CoreComp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public override void compress(Spectrum spectrum, TempScan ts)
int[] intensitySubArray = new int[j];
Array.Copy(intensityArray, intensitySubArray, j);


byte[] compressedMzArray = ComboComp.encode(mzIntComp, mzByteComp, mzSubArray);
byte[] compressedIntArray = ComboComp.encode(intIntComp, intByteComp, intensitySubArray);

Expand Down

0 comments on commit 810302c

Please sign in to comment.