Loading Unstructured_mesh/MeshDataContainer.h +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ #define MESHDATACONTAINER_H #include "MeshElement.h" #include "../debug/debug.h" #include "../debug/Debug.h" /** Loading Unstructured_mesh/Unstructured_mesh.pro +3 −3 Original line number Diff line number Diff line Loading @@ -8,8 +8,10 @@ SOURCES += \ ../debug/debug.cpp HEADERS += \ ../debug/ConsoleLogger.h \ ../debug/Debug.h \ ../debug/HTMLLogger.h \ ../debug/VariableExport.h \ ../debug/consolelogger.h \ CellBoundaryConnection.h \ CellConnection.h \ ComputationalySignificantElement.h \ Loading @@ -23,8 +25,6 @@ HEADERS += \ UnstructedMeshDefine.h \ UnstructuredMesh.h \ VTKMeshReader.h \ ../debug/debug.h \ ../debug/htmllogger.h \ VTKMeshWriter.h \ Vector.h \ Vertex.h Unstructured_mesh/main.cpp +1 −1 Original line number Diff line number Diff line #include <iostream> //#define UNDEBUG #include "../debug/debug.h" #include "../debug/Debug.h" #include "UnstructuredMesh.h" #include "MeshFunctions.h" #include "VTKMeshReader.h" Loading debug/consolelogger.h→debug/ConsoleLogger.h +0 −0 File moved. View file debug/debug.h→debug/Debug.h +2 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,8 @@ #ifndef UNDEBUG #include <iostream> #include "htmllogger.h" #include "consolelogger.h" #include "HTMLLogger.h" #include "ConsoleLogger.h" #include <stdexcept> /* ** Macros intended for sending Loading Loading
Unstructured_mesh/MeshDataContainer.h +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ #define MESHDATACONTAINER_H #include "MeshElement.h" #include "../debug/debug.h" #include "../debug/Debug.h" /** Loading
Unstructured_mesh/Unstructured_mesh.pro +3 −3 Original line number Diff line number Diff line Loading @@ -8,8 +8,10 @@ SOURCES += \ ../debug/debug.cpp HEADERS += \ ../debug/ConsoleLogger.h \ ../debug/Debug.h \ ../debug/HTMLLogger.h \ ../debug/VariableExport.h \ ../debug/consolelogger.h \ CellBoundaryConnection.h \ CellConnection.h \ ComputationalySignificantElement.h \ Loading @@ -23,8 +25,6 @@ HEADERS += \ UnstructedMeshDefine.h \ UnstructuredMesh.h \ VTKMeshReader.h \ ../debug/debug.h \ ../debug/htmllogger.h \ VTKMeshWriter.h \ Vector.h \ Vertex.h
Unstructured_mesh/main.cpp +1 −1 Original line number Diff line number Diff line #include <iostream> //#define UNDEBUG #include "../debug/debug.h" #include "../debug/Debug.h" #include "UnstructuredMesh.h" #include "MeshFunctions.h" #include "VTKMeshReader.h" Loading
debug/debug.h→debug/Debug.h +2 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,8 @@ #ifndef UNDEBUG #include <iostream> #include "htmllogger.h" #include "consolelogger.h" #include "HTMLLogger.h" #include "ConsoleLogger.h" #include <stdexcept> /* ** Macros intended for sending Loading