Browse Source

Fixed bug with filter length in KONG121

add-code-of-conduct-1
Trevor Irons 6 years ago
parent
commit
e88f6c846a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Modules/FDEM1D/src/FHT.cpp

+ 1
- 1
Modules/FDEM1D/src/FHT.cpp View File

@@ -457,7 +457,7 @@ namespace Lemma {
457 457
 
458 458
     template<>
459 459
     const Eigen::Matrix<Real, Eigen::Dynamic, 3>  FHT<FHTKONG121>::WT =
460
-        ( Eigen::Matrix<Real, 61, 3>()   <<
460
+        ( Eigen::Matrix<Real, 121, 3>()   <<
461 461
        // Base                   J0                        J1
462 462
         0.10077854290485105e-02,  0.30018305463183890e+03,  0.14159106906236584e+05,
463 463
         0.11306077036215634e-02,  -.14997153161927693e+04,  -.63894162353990403e+05,

Loading…
Cancel
Save