- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/RealVectorAdditiveMoveWrapper.cs
r7259 r8660 66 66 return vector.Length; 67 67 } 68 protected set { 68 #region Mono Compatibility 69 // this setter should be protected, but the Mono compiler couldn't handle it 70 set { 69 71 throw new System.NotSupportedException("Error: Setting the lenght of the wrapper is not allowed."); 70 72 } 73 #endregion 71 74 } 72 75 }
Note: See TracChangeset
for help on using the changeset viewer.