Changeset 782 for cpp


Ignore:
Timestamp:
05/14/18 23:14:15 (6 years ago)
Author:
oriona
Message:

Typos fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/similarity/simil_model.cpp

    r666 r782  
    362362
    363363        // comparison according to Neural Connections (to jest TDN[2])
    364         if (tdn1[NEURO_CONNS] > tdn1[NEURO_CONNS])
     364        if (tdn1[NEURO_CONNS] > tdn2[NEURO_CONNS])
    365365        {
    366366                // when number of NConn Elem1 is BIGGER
     
    368368        }
    369369        else
    370                 if (tdn1[NEURO_CONNS] < tdn1[NEURO_CONNS])
     370                if (tdn1[NEURO_CONNS] < tdn2[NEURO_CONNS])
    371371                {
    372372                // when number of NConn Elem1 is SMALLER
Note: See TracChangeset for help on using the changeset viewer.