版本更改
This commit is contained in:
@@ -1064,7 +1064,7 @@ namespace CapMachine.Wpf.Services
|
||||
/// </remarks>
|
||||
private sealed class LocalCalculationSupport : IPPCCalculationSupport
|
||||
{
|
||||
private static readonly object _refpropLock = new object();
|
||||
private static readonly object _refpropLock = RefpropGlobalSync.SyncRoot;
|
||||
private static volatile bool _rpInitialized;
|
||||
|
||||
public bool EnsureRefpropInitialized(out string error)
|
||||
|
||||
Reference in New Issue
Block a user