Changeset 13692 for trunk


Ignore:
Timestamp:
05/13/12 11:59:05 (12 years ago)
Author:
tbretz
Message:
Allow deviation to be two bytes larger.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r13619 r13692  
    23412341    void handleFeedbackDeviation(const DimData &d)
    23422342    {
    2343         if (!CheckSize(d, 2*416*sizeof(float)))
     2343        if (!CheckSize(d, 2*416*sizeof(float)+2))
    23442344            return;
    23452345
Note: See TracChangeset for help on using the changeset viewer.