Skip to content

Commit

Permalink
Removed QtyEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiobornia committed Apr 9, 2015
1 parent e368bcb commit c483381
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion applications/OptimalControl/fe_test/EqnT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "NormTangEnum.hpp"
#include "VBTypeEnum.hpp"
#include "GeomElTypeEnum.hpp"
#include "QTYnumEnum.hpp"
#include "Domain.hpp"
#include "TimeLoop.hpp"
#include "CurrentGaussPoint.hpp"
Expand Down
1 change: 0 additions & 1 deletion applications/OptimalControl/fe_test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include "TimeLoop.hpp"
#include "Typedefs.hpp"
#include "Quantity.hpp"
#include "QTYnumEnum.hpp"
#include "Box.hpp" //for the DOMAIN
#include "LinearEquationSolver.hpp"
#include "XDMFWriter.hpp"
Expand Down
1 change: 0 additions & 1 deletion applications/OptimalControl/mhdopt/EqnMHD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "FETypeEnum.hpp"
#include "GeomElTypeEnum.hpp"
#include "NormTangEnum.hpp"
#include "QTYnumEnum.hpp"
#include "TimeLoop.hpp"


Expand Down
1 change: 0 additions & 1 deletion applications/OptimalControl/mhdopt/EqnMHDAD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "FETypeEnum.hpp"
#include "GeomElTypeEnum.hpp"
#include "NormTangEnum.hpp"
#include "QTYnumEnum.hpp"
#include "TimeLoop.hpp"

#include "CurrentGaussPoint.hpp"
Expand Down
1 change: 0 additions & 1 deletion applications/OptimalControl/mhdopt/EqnMHDCONT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "NormTangEnum.hpp"
#include "GeomElTypeEnum.hpp"
#include "Quantity.hpp"
#include "QTYnumEnum.hpp"
#include "TimeLoop.hpp"
#include "CurrentGaussPoint.hpp"
#include "CurrentElem.hpp"
Expand Down
1 change: 0 additions & 1 deletion applications/OptimalControl/mhdopt/EqnNS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "NormTangEnum.hpp"
#include "VBTypeEnum.hpp"
#include "GeomElTypeEnum.hpp"
#include "QTYnumEnum.hpp"
#include "Domain.hpp"
#include "TimeLoop.hpp"
#include "CurrentGaussPoint.hpp"
Expand Down
1 change: 0 additions & 1 deletion applications/OptimalControl/mhdopt/EqnNSAD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "GeomElTypeEnum.hpp"
#include "NormTangEnum.hpp"
#include "Quantity.hpp"
#include "QTYnumEnum.hpp"
#include "TimeLoop.hpp"
#include "CurrentGaussPoint.hpp"
#include "CurrentElem.hpp"
Expand Down
1 change: 0 additions & 1 deletion applications/OptimalControl/mhdopt/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "Typedefs.hpp"
#include "CmdLine.hpp"
#include "Quantity.hpp"
#include "QTYnumEnum.hpp"
#include "Box.hpp" //for the DOMAIN
#include "XDMFWriter.hpp"

Expand Down
1 change: 0 additions & 1 deletion applications/OptimalControl/tempopt/EqnNS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "NormTangEnum.hpp"
#include "VBTypeEnum.hpp"
#include "GeomElTypeEnum.hpp"
#include "QTYnumEnum.hpp"
#include "Domain.hpp"
#include "CurrentGaussPoint.hpp"
#include "CurrentElem.hpp"
Expand Down
1 change: 0 additions & 1 deletion applications/OptimalControl/tempopt/EqnT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include "NormTangEnum.hpp"
#include "VBTypeEnum.hpp"
#include "GeomElTypeEnum.hpp"
#include "QTYnumEnum.hpp"
#include "Domain.hpp"
#include "TimeLoop.hpp"
#include "CurrentGaussPoint.hpp"
Expand Down
1 change: 0 additions & 1 deletion applications/OptimalControl/tempopt/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "TimeLoop.hpp"
#include "Typedefs.hpp"
#include "Quantity.hpp"
#include "QTYnumEnum.hpp"
#include "Box.hpp" //for the DOMAIN
#include "XDMFWriter.hpp"

Expand Down
8 changes: 0 additions & 8 deletions src/enums/QTYnumEnum.hpp

This file was deleted.

1 change: 0 additions & 1 deletion src/equations/SystemTwo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#include "MgSmootherEnum.hpp"
#include "NormTangEnum.hpp"
#include "QTYnumEnum.hpp"
#include "XDMFWriter.hpp"
#include "MultiLevelMeshTwo.hpp"
#include "MultiLevelProblem.hpp"
Expand Down

0 comments on commit c483381

Please sign in to comment.