Skip to content

Commit 0d3533a

Browse files
peleshactions-user
authored andcommitted
Apply pre-commmit fixes
1 parent 405a860 commit 0d3533a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/opflow/model/power_bal_hiop/pbpolrajahiopsparse.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ extern PetscErrorCode OPFLOWModelSetUp_PBPOL(OPFLOW);
229229

230230
/** @brief Helper function to ensure Hessian entries are not duplicated
231231
*
232-
* @note Some of the diagonal terms are guarantied to never overalap,
232+
* @note Some of the diagonal terms are guarantied to never overalap,
233233
* but uniformly using the helper function looks cleaner.
234234
*
235-
* @todo Evaluate the cost of this setup and consider std::unordered_map
235+
* @todo Evaluate the cost of this setup and consider std::unordered_map
236236
* instead of std::map.
237237
*/
238238
static inline int

0 commit comments

Comments
 (0)