Skip to content

Commit

Permalink
Minor code revision
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Aug 6, 2022
1 parent 73436ae commit dc65dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions include/realizations/catchment/Bmi_C_Formulation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ namespace realization {
friend class ::Bmi_Formulation_Test;
friend class ::Bmi_C_Formulation_Test;
friend class ::Bmi_C_Cfe_IT;
friend class ::Bmi_C_Pet_IT;

private:

Expand Down
4 changes: 2 additions & 2 deletions test/realizations/catchments/Bmi_C_Pet_IT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#include <boost/property_tree/json_parser.hpp>
#include "FileChecker.h"
#include "Formulation_Manager.hpp"
//#include "Forcing.h"
#include <CsvPerFeatureForcingProvider.hpp>
#include "Forcing.h"
//#include <CsvPerFeatureForcingProvider.hpp>

using namespace realization;
using namespace std;
Expand Down

0 comments on commit dc65dea

Please sign in to comment.