Skip to content

Commit

Permalink
Fix compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd authored and adecler committed Apr 28, 2020
1 parent 0f4684a commit 1b7ce08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions MEP_Engine/MEP_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\BUild\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="BHoM, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="BHoM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\BHoM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Geometry_oM, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Geometry_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Geometry_oM.dll</HintPath>
<Private>False</Private>
Expand All @@ -44,7 +44,7 @@
<HintPath>..\..\BHoM\Build\MEP_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Reflection_oM, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Reflection_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Reflection_oM.dll</HintPath>
<Private>False</Private>
Expand Down
1 change: 0 additions & 1 deletion MEP_Engine/Query/FaceAreaByVelocity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public static partial class Query
public static double FaceAreaByVelocity(this AirHandlingUnit mepEquipmentObject)
{
return Math.Sqrt(mepEquipmentObject.TotalAirFlow / mepEquipmentObject.AirVelocityAcrossCoil);

}
}
}

0 comments on commit 1b7ce08

Please sign in to comment.