Skip to content

Commit

Permalink
Fix custom-check errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaya-mankad committed Sep 5, 2024
1 parent b4f3e0f commit 6ac136a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/EnergyPlus/Coils/CoilCoolingDXAshrae205Performance.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// EnergyPlus, Copyright (c) 1996-2023, The Board of Trustees of the University of Illinois,
// EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University of Illinois,
// The Regents of the University of California, through Lawrence Berkeley National Laboratory
// (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge
// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/Coils/CoilCoolingDXAshrae205Performance.hh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// EnergyPlus, Copyright (c) 1996-2023, The Board of Trustees of the University of Illinois,
// EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University of Illinois,
// The Regents of the University of California, through Lawrence Berkeley National Laboratory
// (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge
// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/Coils/CoilCoolingDXPerformanceBase.hh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// EnergyPlus, Copyright (c) 1996-2023, The Board of Trustees of the University of Illinois,
// EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University of Illinois,
// The Regents of the University of California, through Lawrence Berkeley National Laboratory
// (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge
// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other
Expand Down
2 changes: 2 additions & 0 deletions testfiles/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,8 @@ add_simulation_test(IDF_FILE UnitarySystem_TwoSpeedDX.idf EPW_FILE USA_IL_Chicag
add_simulation_test(IDF_FILE UnitarySystem_TwoStageDX.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
add_simulation_test(IDF_FILE UnitarySystem_TwoStageDXWithHumidityControl.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
add_simulation_test(IDF_FILE UnitarySystem_VSCoolingCoil.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
add_simulation_test(IDF_FILE UnitarySystem_VSCoolingCoil_2.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
add_simulation_test(IDF_FILE UnitarySystem_VSCoolingCoil_ASHRAE205.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
add_simulation_test(IDF_FILE UnitarySystem_VSHeatPumpWaterToAirEquationFit.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
add_simulation_test(IDF_FILE UnitarySystem_WaterCoils_wMultiSpeedFan.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
add_simulation_test(IDF_FILE UnitarySystem_ZoneVSWSHP_wDOAS.idf EPW_FILE USA_CO_Golden-NREL.724666_TMY3.epw)
Expand Down
2 changes: 1 addition & 1 deletion tst/EnergyPlus/unit/Coils/CoilCoolingDX.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Redistribution and use in source and binary forms, with or without modification, are permitted
// provided that the following conditions are met:
//
//// (1) Redistributions of source code must retain the above copyright notice, this list of
// (1) Redistributions of source code must retain the above copyright notice, this list of
// conditions and the following disclaimer.
//
// (2) Redistributions in binary form must reproduce the above copyright notice, this list of
Expand Down

0 comments on commit 6ac136a

Please sign in to comment.