merged in current master

This commit is contained in:
Steve Plimpton
2020-01-13 10:34:31 -07:00
parent bf20d72fc3
commit e8d11931ec
2720 changed files with 221313 additions and 28584 deletions

View File

@ -705,7 +705,7 @@ namespace ATC {
//--------------------------------------------------------
// Constructor
//--------------------------------------------------------
ReducedSparseMatrix::ReducedSparseMatrix(ATC_Method * atc,
ReducedSparseMatrix::ReducedSparseMatrix(ATC_Method * /* atc */,
SPAR_MAN * source,
LargeToSmallAtomMap * map) :
SparseMatrixTransfer<double>(),
@ -782,7 +782,7 @@ namespace ATC {
//--------------------------------------------------------
// Constructor
//--------------------------------------------------------
RowMappedSparseMatrixVector::RowMappedSparseMatrixVector(ATC_Method * atc,
RowMappedSparseMatrixVector::RowMappedSparseMatrixVector(ATC_Method * /* atc */,
VectorDependencyManager<SPAR_MAT * > * source,
LargeToSmallAtomMap * map) :
VectorTransfer<SPAR_MAT * >(),
@ -846,7 +846,7 @@ namespace ATC {
//--------------------------------------------------------
// Constructor
//--------------------------------------------------------
MappedDiagonalMatrix::MappedDiagonalMatrix(ATC_Method * atc,
MappedDiagonalMatrix::MappedDiagonalMatrix(ATC_Method * /* atc */,
DIAG_MAN * source,
LargeToSmallAtomMap * map) :
DiagonalMatrixTransfer<double>(),
@ -892,7 +892,7 @@ namespace ATC {
//--------------------------------------------------------
// Constructor
//--------------------------------------------------------
MappedQuantity::MappedQuantity(ATC_Method * atc,
MappedQuantity::MappedQuantity(ATC_Method * /* atc */,
DENS_MAN * source,
LargeToSmallMap * map) :
DenseMatrixTransfer<double>(),