瀏覽代碼

Fixed bug with filter length in KONG121

add-code-of-conduct-1
Trevor Irons 6 年之前
父節點
當前提交
e88f6c846a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Modules/FDEM1D/src/FHT.cpp

+ 1
- 1
Modules/FDEM1D/src/FHT.cpp 查看文件

@@ -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…
取消
儲存