Skip to content

Commit a2c6ecf

Browse files
committed
Forgot default parameter.
1 parent 729608a commit a2c6ecf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openstudiocore/src/bec/ForwardTranslator.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ namespace bec {
7272

7373
bool modelTobec(const openstudio::model::Model& model
7474
, const openstudio::path& path
75-
, ProgressBar* progressBar
76-
, std::string *bvName, QHash<QString, QList<double> > *sunlits
77-
, float wwr_totoal);
75+
, ProgressBar* progressBar = nullptr
76+
, std::string *bvName = nullptr, QHash<QString, QList<double> > *sunlits = nullptr
77+
, float wwr_totoal=0.0f);
7878

7979
/** Get warning messages generated by the last translation. */
8080
std::vector<LogMessage> warnings() const;

0 commit comments

Comments
 (0)