mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 17:38:23 +01:00
Fix wrong function signature in implementation
This commit is contained in:
parent
5f4d812681
commit
d2866c271f
@ -239,9 +239,10 @@ void BTCSDiffusion::fillMatrixFromRow(const DVectorRowMajor &alpha, int n_cols,
|
||||
}
|
||||
|
||||
void BTCSDiffusion::fillVectorFromRowADI(Eigen::Map<DMatrixRowMajor> &c,
|
||||
const Eigen::VectorXd alpha, int row,
|
||||
double delta, boundary_condition left,
|
||||
boundary_condition right) {
|
||||
const Eigen::VectorXd alpha, int row,
|
||||
double delta, boundary_condition left,
|
||||
boundary_condition right,
|
||||
double time_step) {
|
||||
|
||||
int ncol = c.cols();
|
||||
int nrow = c.rows();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user