Skip to content

Commit

Permalink
fixed incorrect extension in file name comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpetra committed Nov 10, 2024
1 parent 9b76dba commit cf3388a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Optimization/KktLinSysLowRank.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright (c) 2017, Lawrence Livermore National Security, LLC.
// Produced at the Lawrence Livermore National Laboratory (LLNL).
// Written by Cosmin G. Petra, [email protected].
// LLNL-CODE-742473. All rights reserved.
//
// This file is part of HiOp. For details, see https://github.com/LLNL/hiop. HiOp
Expand Down Expand Up @@ -47,7 +46,7 @@
// product endorsement purposes.

/**
* @file KktLinSysLowRank.cpp
* @file KktLinSysLowRank.hpp
*
* @author Cosmin G. Petra <[email protected]>, LLNL
*
Expand Down Expand Up @@ -165,6 +164,6 @@ class KktLinSysLowRank : public hiopKKTLinSysCompressedXYcYd
hiopMatrixDense* kxn_mat_;
hiopVector* k_vec1_;
};
}; //end namespace
} //end namespace

#endif // HIOP_KKTLINSYSY_LOWRANK

0 comments on commit cf3388a

Please sign in to comment.