Changeset 3914


Ignore:
Timestamp:
Oct 21, 2010, 3:56:51 PM (13 years ago)
Author:
Fredrik Levander
Message:

Refs #672. Handling peptide total intensity of null

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugin/src/org/proteios/plugins/ProteiosProteinAssembly.java

    r3913 r3914  
    11491149        }
    11501150        prot
    1151           .setTotalIntensity(prot.getTotalIntensity().doubleValue() - tot_int + peptide
    1152             .getTotalIntensity());
     1151          .setTotalIntensity(prot.getTotalIntensity().doubleValue() - tot_int + pep_tot_int);
    11531152      }
    11541153    }
Note: See TracChangeset for help on using the changeset viewer.