diff --git a/README.md b/README.md index 491fe4fbe2..490ff4b0c8 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ CPPTRAJ see the following publication: Disclaimer and Copyright ======================== -CPPTRAJ is Copyright (c) 2010-2023 Daniel R. Roe. +CPPTRAJ is Copyright (c) 2010-2025 Daniel R. Roe. The terms for using, copying, modifying, and distributing CPPTRAJ are specified in the file LICENSE. diff --git a/src/Matrix.h b/src/Matrix.h index 816ec1e916..99c63c7df4 100644 --- a/src/Matrix.h +++ b/src/Matrix.h @@ -2,6 +2,7 @@ #define INC_MATRIX_H #include "ArrayIterator.h" #include // For linear least squares +#include // for copy() /// Two-dimensional matrix template. template class Matrix { // TODO: Type may not be necessary here if in DataSet_2D diff --git a/src/Version.h b/src/Version.h index 24ea04b037..22be0d9703 100644 --- a/src/Version.h +++ b/src/Version.h @@ -12,7 +12,7 @@ * Whenever a number that precedes is incremented, all subsequent * numbers should be reset to 0. */ -#define CPPTRAJ_INTERNAL_VERSION "V6.29.12" +#define CPPTRAJ_INTERNAL_VERSION "V6.29.13" /// PYTRAJ relies on this #define CPPTRAJ_VERSION_STRING CPPTRAJ_INTERNAL_VERSION #endif