/[projects]/queensgui/src/containerminimalvector.cpp
ViewVC logotype

Diff of /queensgui/src/containerminimalvector.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 14 by torben, Wed Jul 25 19:29:51 2007 UTC revision 15 by torben, Wed Jul 25 19:39:37 2007 UTC
# Line 95  void ContainerMinimalVector::addSolution Line 95  void ContainerMinimalVector::addSolution
95          if (found == false)          if (found == false)
96          {          {
97                  m_solutions.push_back( boost::shared_ptr<Solution>(sol) );                  m_solutions.push_back( boost::shared_ptr<Solution>(sol) );
                 m_total++;  
98          }          }
99            m_total++;
100  }  }
101    
102  void ContainerMinimalVector::uniqueSolutions()  void ContainerMinimalVector::uniqueSolutions()

Legend:
Removed from v.14  
changed lines
  Added in v.15

  ViewVC Help
Powered by ViewVC 1.1.20