Browse Source

Cleaning up build a little more and dox.

enhancement_3
T-bone 7 years ago
parent
commit
7637e9ce65
2 changed files with 3 additions and 2 deletions
  1. 2
    2
      CMakeLists.txt
  2. 1
    0
      Modules/FDEM1D/include/LayeredEarthEM.h

+ 2
- 2
CMakeLists.txt View File

@@ -140,7 +140,7 @@ if ( LEMMA_VTK6_SUPPORT )
140 140
 	include(${VTK_USE_FILE}) 
141 141
 	add_compile_options(-DLEMMAUSEVTK) 
142 142
 	# Compile Matplot_vtk if VTK is present
143
-	#add_subdirectory(Matplot_vtk)	
143
+	add_subdirectory(Matplot_vtk)	
144 144
 	include_directories ("${PROJECT_SOURCE_DIR}/Matplot_vtk")
145 145
 endif()
146 146
 
@@ -154,7 +154,7 @@ if ( LEMMA_VTK7_SUPPORT )
154 154
 	include(${VTK_USE_FILE}) 
155 155
 	add_compile_options(-DLEMMAUSEVTK) 
156 156
 	# Compile Matplot_vtk if VTK is present
157
-	#add_subdirectory(Matplot_vtk)	
157
+	add_subdirectory(Matplot_vtk)	
158 158
 	include_directories ("${PROJECT_SOURCE_DIR}/Matplot_vtk")
159 159
 endif()
160 160
 

+ 1
- 0
Modules/FDEM1D/include/LayeredEarthEM.h View File

@@ -21,6 +21,7 @@ namespace Lemma {
21 21
 
22 22
     // =======================================================================
23 23
     //        Class:  LayeredEarthEM
24
+    /// \ingroup FDEM1D
24 25
     /// \brief  1D layered earth. Attributes include all aspects of
25 26
     /// Cole-Cole model.
26 27
     /// \details   Primarily used for EM calculations.

Loading…
Cancel
Save