Skip to content

Commit

Permalink
Update ThermoFun/Batch/OutputBatch.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gdmiron authored Aug 10, 2019
1 parent a64dc2c commit f9cade5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThermoFun/Batch/OutputBatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct Output::Impl

};

Output::Output(const ThermoBatch & batch)
Output::Output(const ThermoBatch& batch)
: pimpl(new Impl(batch))
{}

Expand Down

0 comments on commit f9cade5

Please sign in to comment.