Changeset 29 in 3DVCSoftware for branches/0.3-poznan-univ/source/App/TAppCommon


Ignore:
Timestamp:
26 Feb 2012, 00:12:15 (13 years ago)
Author:
poznan-univ
Message:

removing typos, and unnecessary code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3-poznan-univ/source/App/TAppCommon/TAppComCamPara.cpp

    r28 r29  
    14911491  riNearestViewIdx = 0;
    14921492
    1493   Bool bDecencdingVN = ( m_aiSortedBaseViews.size() >= 2 && m_aiSortedBaseViews[ 0 ] > m_aiSortedBaseViews[ 1 ] );
    1494   Int  iFactor       = ( bDecencdingVN ? -1 : 1 );
    1495 
    1496   if( ( m_aiBaseId2SortedId[iSynthViewIdx] - m_aiBaseId2SortedId[riNearestViewIdx] ) * iFactor  <= 0 )
     1493  if( ( m_aiBaseId2SortedId[iSynthViewIdx] - m_aiBaseId2SortedId[riNearestViewIdx] )  > 0 )
    14971494  {
    14981495    rbRenderFromLeft = true;
Note: See TracChangeset for help on using the changeset viewer.