Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spex.h.in and Spex.h now match #784

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPEX/Config/SPEX.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPEX/Include/SPEX.h: Include file for SPEX Library
//------------------------------------------------------------------------------

// SPEX: (c) 2019-2024, Chris Lourenco, Jinhao Chen,
// SPEX: (c) 2019-2024, Christopher Lourenco, Jinhao Chen,
// Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis.
// All Rights Reserved.
// SPDX-License-Identifier: GPL-2.0-or-later or LGPL-3.0-or-later
Expand Down Expand Up @@ -67,7 +67,7 @@
// See license.txt for license info.
//
// This software is copyright by Christopher Lourenco, Jinhao Chen,
// Lorena Mejia Domenzain, Erick Moreno-Centeno and Timothy A. Davis.
// Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis.
// All Rights Reserved.
//

Expand Down
6 changes: 3 additions & 3 deletions SPEX/Include/SPEX.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPEX/Include/SPEX.h: Include file for SPEX Library
//------------------------------------------------------------------------------

// SPEX: (c) 2019-2024, Chris Lourenco, Jinhao Chen,
// SPEX: (c) 2019-2024, Christopher Lourenco, Jinhao Chen,
// Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis.
// All Rights Reserved.
// SPDX-License-Identifier: GPL-2.0-or-later or LGPL-3.0-or-later
Expand Down Expand Up @@ -1210,8 +1210,8 @@ SPEX_info SPEX_lu_solve // solves the linear system LD^(-1)U x = b
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------

// Christopher Lourenco, Lorena Mejia Domenzain, Jinhao Chen,
// Erick Moreno-Centeno, and Timothy A. Davis.
// Christopher Lourenco, Jinhao Chen,
// Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis.


//------------------------------------------------------------------------------
Expand Down
Loading