mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 01:18:22 +01:00
fix error for missing matching function
This commit is contained in:
parent
c8d1b08e28
commit
91ae02cbf1
@ -464,7 +464,7 @@ template <class T> void BTCS_LU(SimulationInput<T> &input, int numThreads) {
|
||||
if (input.dim == 1) {
|
||||
BTCS_1D(input, EigenLUAlgorithm);
|
||||
} else {
|
||||
BTCS_2D(input.dim, EigenLUAlgorithm, numThreads);
|
||||
BTCS_2D(input, EigenLUAlgorithm, numThreads);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user