Przeglądaj źródła

reworking lemma connections

master
Trevor Irons 6 lat temu
rodzic
commit
bd2e3fa6b0
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2
    0
      examples/EMSchur3D.cpp

+ 2
- 0
examples/EMSchur3D.cpp Wyświetl plik

54
 
54
 
55
     //////////////////////////////////////////////////
55
     //////////////////////////////////////////////////
56
     // Read in Layered earth, for backgound model
56
     // Read in Layered earth, for backgound model
57
+    /*
57
     auto LayEarthRead = LayeredEarthEMReader::NewSP();
58
     auto LayEarthRead = LayeredEarthEMReader::NewSP();
58
         try {
59
         try {
59
             LayEarthRead->ReadASCIIInputFile( argv[2] );
60
             LayEarthRead->ReadASCIIInputFile( argv[2] );
67
                 GridRead->ReadASCIIGridFile( inp.c_str() );
68
                 GridRead->ReadASCIIGridFile( inp.c_str() );
68
             else exit(EXIT_FAILURE);
69
             else exit(EXIT_FAILURE);
69
 	    }
70
 	    }
71
+    */
70
 
72
 
71
     /*
73
     /*
72
     //////////////////////////////////////////////////
74
     //////////////////////////////////////////////////

Ładowanie…
Anuluj
Zapisz