/[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 15 by torben, Wed Jul 25 19:39:37 2007 UTC revision 16 by torben, Sat Jul 28 08:48:30 2007 UTC
# Line 96  void ContainerMinimalVector::addSolution Line 96  void ContainerMinimalVector::addSolution
96          {          {
97                  m_solutions.push_back( boost::shared_ptr<Solution>(sol) );                  m_solutions.push_back( boost::shared_ptr<Solution>(sol) );
98          }          }
99            else
100            {
101                    delete sol;
102            }
103          m_total++;          m_total++;
104  }  }
105    

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

  ViewVC Help
Powered by ViewVC 1.1.20