- Timestamp:
- 06/26/17 15:19:25 (7 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 14478,14481-14482,14504
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.Instances.VehicleRouting/3.4/LiLimFormat/LiLimParser.cs
r14186 r15066 149 149 150 150 vehicles = int.Parse(m[0].Value); 151 capacity = double.Parse(m[1].Value );151 capacity = double.Parse(m[1].Value, System.Globalization.CultureInfo.InvariantCulture); 152 152 153 153 line = reader.ReadLine();
Note: See TracChangeset
for help on using the changeset viewer.