Changeset 1659 for trunk/sources/HeuristicLab.Persistence/3.3/Default/DebugString/Formatters/Float2DebugStringFormatter.cs
- Timestamp:
- 04/24/09 15:18:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Persistence/3.3/Default/DebugString/Formatters/Float2DebugStringFormatter.cs
r1623 r1659 11 11 12 12 [EmptyStorableClass] 13 public class Float2DebugStringFormatter : ValueType2DebugStringFormatterBase<float> { }13 public class Float2DebugStringFormatter : DebugStringFormatterBase<float> { } 14 14 15 15 }
Note: See TracChangeset
for help on using the changeset viewer.