Browse Source

serialize updates

submodule
Trevor Irons 6 years ago
parent
commit
7ced5a7ef7
2 changed files with 0 additions and 2 deletions
  1. 0
    1
      Modules/FDEM1D/examples/CircularLoop.cpp
  2. 0
    1
      Modules/LemmaCore/src/LemmaObject.cpp

+ 0
- 1
Modules/FDEM1D/examples/CircularLoop.cpp View File

@@ -35,7 +35,6 @@ int main(int argc, char** argv) {
35 35
     Real cy = atof(argv[3]);
36 36
     int nt = atoi(argv[4]);
37 37
     int np = atoi(argv[5]);
38
-    std::cout << rad << std::endl;
39 38
 
40 39
     auto wire = PolygonalWireAntenna::NewSP();
41 40
         wire->SetNumberOfPoints(np);

+ 0
- 1
Modules/LemmaCore/src/LemmaObject.cpp View File

@@ -30,7 +30,6 @@ namespace Lemma {
30 30
     }
31 31
 
32 32
     LemmaObject::LemmaObject(const YAML::Node &node) {
33
-
34 33
     }
35 34
 
36 35
     // Destructor

Loading…
Cancel
Save