|
@@ -36,10 +36,10 @@ namespace SAGA.GplotRelationComputerManage
|
|
|
{
|
|
|
|
|
|
#if DEBUG
|
|
|
- if (testFiles.All(f => !fileInfo.Contains(f)))
|
|
|
- {
|
|
|
- continue;
|
|
|
- }
|
|
|
+ //if (testFiles.All(f => !fileInfo.Contains(f)))
|
|
|
+ //{
|
|
|
+ // continue;
|
|
|
+ //}
|
|
|
#endif
|
|
|
FloorSystemItem floorItems = context.FloorItems.GetItem(fileInfo);
|
|
|
//FloorSystemItemTest floorItems = context.TestFloorItems.GetItem(fileInfo);
|
|
@@ -89,7 +89,7 @@ namespace SAGA.GplotRelationComputerManage
|
|
|
// List<string> useRelations = new List<string>() { "ChillWaterLoop" };
|
|
|
List<string> useRelations = RelationTypeManager.GetSystemRelationTypeNames();
|
|
|
#if DEBUG
|
|
|
- useRelations = new List<string>() { "ChillWaterLoop" };
|
|
|
+ //useRelations = new List<string>() { "ChillWaterLoop" };
|
|
|
#endif
|
|
|
SystemComputerHandler handler1 = new SystemComputerHandler();
|
|
|
handler1.ComputerWidthCache(useRelations);
|