Replace CntrlComparison with LeafGasComparison

This commit is contained in:
2016-04-22 11:18:21 -04:00
parent 9e25521034
commit 8f5cbfe3db
20 changed files with 398 additions and 193 deletions
+4 -1
View File
@@ -45,7 +45,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Charter\CurveDataConverterTests.cs" />
<Compile Include="Parsers\CntrlComparisonParserTests.cs" />
<Compile Include="Parsers\LeafGasComparisonParserTests.cs" />
<Compile Include="Parsers\FluxnetSiteCsvParserTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Parsers\LeafInputCsvParserTests.cs" />
@@ -79,6 +79,9 @@
<Content Include="Parsers\LeafOutputData\cntrlparameters_Wild Capsicum.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Parsers\LeafOutputData\leafgascomparison.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup />
<ItemGroup>