소스 검색

params fixed for mkass

master
Trevor Irons 7 년 전
부모
커밋
5bfd33663f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      examples/Coupling.cpp

+ 1
- 1
examples/Coupling.cpp 파일 보기

@@ -61,7 +61,7 @@ int main(int argc, char** argv) {
61 61
 
62 62
         Kern->SetIntegrationSize( (Vector3r() << 50,100,20).finished() );
63 63
         Kern->SetIntegrationOrigin( (Vector3r() << 0,0,0.01).finished() );
64
-        Kern->SetTolerance( 1e-12 ); // 1e-12
64
+        Kern->SetTolerance( 1e-3 ); // 1e-12
65 65
 
66 66
     std::vector<std::string> tx = {std::string("Coil 1")};//,std::string("Coil 2")};
67 67
     std::vector<std::string> rx = {std::string("Coil 2")};

Loading…
취소
저장