Much better Get Long Hash Code implementation
This commit is contained in:
parent
44c6587b8f
commit
052048ee6e
3 changed files with 4 additions and 4 deletions
|
|
@ -922,7 +922,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
}
|
||||
}
|
||||
|
||||
public long GetLongHashCode()
|
||||
public ulong GetLongHashCode()
|
||||
{
|
||||
var bigStringForHashCode = new StringBuilder();
|
||||
|
||||
|
|
@ -937,7 +937,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
}
|
||||
}
|
||||
|
||||
return agg_basics.ComputeHash(bigStringForHashCode.ToString());
|
||||
return bigStringForHashCode.ToString().GetLongHashCode();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue