Last change
on this file since 1688 was
1659,
checked in by epitzer, 16 years ago
|
Add missing attributes and create type hierarchy for formatters. (#548)
|
File size:
492 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Text;
|
---|
4 | using HeuristicLab.Persistence.Interfaces;
|
---|
5 | using HeuristicLab.Persistence.Default.Xml;
|
---|
6 | using HeuristicLab.Persistence.Core;
|
---|
7 | using HeuristicLab.Persistence.Core.Tokens;
|
---|
8 | using HeuristicLab.Persistence.Default.Decomposers.Storable;
|
---|
9 |
|
---|
10 | namespace HeuristicLab.Persistence.Default.DebugString.Formatters {
|
---|
11 |
|
---|
12 | [EmptyStorableClass]
|
---|
13 | public class Double2DebugStringFormatter : DebugStringFormatterBase<double> { }
|
---|
14 |
|
---|
15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.