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