Free cookie consent management tool by TermsFeed Policy Generator

Changeset 534 for trunk/sources


Ignore:
Timestamp:
09/03/08 14:11:19 (16 years ago)
Author:
gkronber
Message:

fixed a tiny problem in the persistence of Datasets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataAnalysis/Dataset.cs

    r344 r534  
    234234      p = p.Trim();
    235235      string[] tokens = p.Split(new char[] { ';' }, StringSplitOptions.RemoveEmptyEntries);
     236      for(int i = 0; i < tokens.Length; i++) tokens[i] = tokens[i].Trim();
    236237      return tokens;
    237238    }
Note: See TracChangeset for help on using the changeset viewer.