/[projects]/queensgui/src/solutionmatrix.h
ViewVC logotype

Diff of /queensgui/src/solutionmatrix.h

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

revision 654 by torben, Fri Jul 20 16:58:04 2007 UTC revision 655 by torben, Fri Apr 23 05:57:28 2010 UTC
# Line 26  Line 26 
26  /**  /**
27  @author Torben Nielsen  @author Torben Nielsen
28   */   */
29  class SolutionMatrix : public Solution  /*class SolutionMatrix : public Solution
30  {  {
31          public:          public:
32          // functions          // functions
# Line 51  class SolutionMatrix : public Solution Line 51  class SolutionMatrix : public Solution
51          protected:          protected:
52                  bool m_matrix[MAX_SIZE][MAX_SIZE];                  bool m_matrix[MAX_SIZE][MAX_SIZE];
53                  explicit SolutionMatrix(const SolutionMatrix &input);                  explicit SolutionMatrix(const SolutionMatrix &input);
54  };  };*/
55    
56  #endif //SOLUTIONMATRIX_H  #endif //SOLUTIONMATRIX_H

Legend:
Removed from v.654  
changed lines
  Added in v.655

  ViewVC Help
Powered by ViewVC 1.1.20