Преглед изворни кода

serialize updates

submodule
Trevor Irons пре 6 година
родитељ
комит
7ced5a7ef7
2 измењених фајлова са 0 додато и 2 уклоњено
  1. 0
    1
      Modules/FDEM1D/examples/CircularLoop.cpp
  2. 0
    1
      Modules/LemmaCore/src/LemmaObject.cpp

+ 0
- 1
Modules/FDEM1D/examples/CircularLoop.cpp Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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…
Откажи
Сачувај