Skip to content

Commit

Permalink
Minor improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Jul 9, 2017
1 parent 0049e44 commit 9026575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/proteomics/Search/Search.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Search {
private final BuildIndex build_index_obj;
private final int[] C13_correction_range;
private final Map<Integer, Long> bin_candidate_num_map;
final float single_chain_t;
private final float single_chain_t;
private final boolean cal_evalue;

/////////////////////////////////////////public methods////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 9026575

Please sign in to comment.