소스 검색

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…
취소
저장