Changeset 16697 for trunk


Ignore:
Timestamp:
06/04/13 19:44:46 (11 years ago)
Author:
tbretz
Message:
Fixed the missing ')'
File:
1 edited

Legend:

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

    r16696 r16697  
    826826        for (int i=0; i<160; i++)
    827827        {
    828             if (!finite(ptr[i])
     828            if (!finite(ptr[i]))
    829829                continue;
    830830
     
    869869        for (int i=0; i<40; i++)
    870870        {
    871             if (!finite(ptr[i])
     871            if (!finite(ptr[i]))
    872872                continue;
    873873
Note: See TracChangeset for help on using the changeset viewer.