Explorar el Código

params fixed for mkass

master
Trevor Irons hace 7 años
padre
commit
5bfd33663f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      examples/Coupling.cpp

+ 1
- 1
examples/Coupling.cpp Ver fichero

61
 
61
 
62
         Kern->SetIntegrationSize( (Vector3r() << 50,100,20).finished() );
62
         Kern->SetIntegrationSize( (Vector3r() << 50,100,20).finished() );
63
         Kern->SetIntegrationOrigin( (Vector3r() << 0,0,0.01).finished() );
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
     std::vector<std::string> tx = {std::string("Coil 1")};//,std::string("Coil 2")};
66
     std::vector<std::string> tx = {std::string("Coil 1")};//,std::string("Coil 2")};
67
     std::vector<std::string> rx = {std::string("Coil 2")};
67
     std::vector<std::string> rx = {std::string("Coil 2")};

Loading…
Cancelar
Guardar