-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed incorrect extension in file name comment
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -47,7 +46,7 @@ | |
// product endorsement purposes. | ||
|
||
/** | ||
* @file KktLinSysLowRank.cpp | ||
* @file KktLinSysLowRank.hpp | ||
* | ||
* @author Cosmin G. Petra <[email protected]>, LLNL | ||
* | ||
|
@@ -165,6 +164,6 @@ class KktLinSysLowRank : public hiopKKTLinSysCompressedXYcYd | |
hiopMatrixDense* kxn_mat_; | ||
hiopVector* k_vec1_; | ||
}; | ||
}; //end namespace | ||
} //end namespace | ||
|
||
#endif // HIOP_KKTLINSYSY_LOWRANK |