Ver código fonte

serialize updates

submodule
Trevor Irons 6 anos atrás
pai
commit
7ced5a7ef7

+ 0
- 1
Modules/FDEM1D/examples/CircularLoop.cpp Ver arquivo

35
     Real cy = atof(argv[3]);
35
     Real cy = atof(argv[3]);
36
     int nt = atoi(argv[4]);
36
     int nt = atoi(argv[4]);
37
     int np = atoi(argv[5]);
37
     int np = atoi(argv[5]);
38
-    std::cout << rad << std::endl;
39
 
38
 
40
     auto wire = PolygonalWireAntenna::NewSP();
39
     auto wire = PolygonalWireAntenna::NewSP();
41
         wire->SetNumberOfPoints(np);
40
         wire->SetNumberOfPoints(np);

+ 0
- 1
Modules/LemmaCore/src/LemmaObject.cpp Ver arquivo

30
     }
30
     }
31
 
31
 
32
     LemmaObject::LemmaObject(const YAML::Node &node) {
32
     LemmaObject::LemmaObject(const YAML::Node &node) {
33
-
34
     }
33
     }
35
 
34
 
36
     // Destructor
35
     // Destructor

Carregando…
Cancelar
Salvar