Skip to content

Commit 845269b

Browse files
nkoukpaizanactions-user
authored andcommitted
Apply pre-commmit fixes
1 parent e2a7d73 commit 845269b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Microgrid/Microgrid.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
int main(int argc, char const* argv[])
1818
{
1919
///@todo Needs to be modified. Some components are small relative to others
20-
///thus there error is high (or could be matlab vector issue)
20+
/// thus there error is high (or could be matlab vector issue)
2121
double abs_tol = 1.0e-8;
2222
double rel_tol = 1.0e-8;
2323
size_t max_step_amount = 3000;

src/Model/PowerElectronics/CircuitComponent.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ class CircuitComponent : public Model::Evaluator<ScalarT, IdxT>
249249
size_t n_intern_;
250250
std::set<IdxT> extern_indices_;
251251
///@todo may want to replace the mapping of connection_nodes to Node objects
252-
///instead of IdxT. Allows for container free setup
252+
/// instead of IdxT. Allows for container free setup
253253
std::map<IdxT, IdxT> connection_nodes_;
254254

255255
protected:

0 commit comments

Comments
 (0)