Changeset 4966
- Timestamp:
- 11/28/10 02:03:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis.Extensions/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/Formatters/SymbolicExpressionTreeGraphvizFormatter.cs
r4906 r4966 56 56 57 57 public SymbolicExpressionTreeGraphvizFormatter() 58 : base("SymbolicExpressionTree LatexFormatter", "Formatter for symbolic expression trees for import into LaTeXdocuments.") {58 : base("SymbolicExpressionTreeGraphvizFormatter", "Formatter for symbolic expression trees for import into GraphViz documents.") { 59 59 Indent = true; 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.