Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/Dawson.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/Dawson.cs
r13368 r14711 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 namespace HeuristicLab.Problems.DataAnalysis.Symbolic { 27 [Storable Class("BD92E04F-2AE7-4212-8E52-24240D69E8F3")]27 [StorableType("BD92E04F-2AE7-4212-8E52-24240D69E8F3")] 28 28 [Item("Dawson", "Symbol that represents dawsons integral.")] 29 29 public sealed class Dawson : Symbol {
Note: See TracChangeset
for help on using the changeset viewer.