Guest User

Untitled

a guest
Oct 16th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. QuadrupoleMomentIntegrand.hpp should add these lines:
  2. class DataMesh;
  3. template <class X> class Tensor;
  4.  
  5. QuadrupoleMomentIntegrand.hpp should remove these lines:
  6. - #include "Utils/DataMesh/DataMesh.hpp" // lines 8-8
  7. - #include "Utils/Tensor/Tensor.hpp" // lines 9-9
  8.  
  9. The full include-list for QuadrupoleMomentIntegrand.hpp:
  10. #include <string> // for string
  11. #include "Utils/DataBox/ComputeItem.hpp"
  12. #include "Utils/DataBox/InstantiateDataBoxAdder.hpp"
  13. class DataBoxAccess; // lines 10-10
  14. class DataMesh;
  15. template <class X> class Tensor;
  16. ---
  17.  
  18. QuadrupoleMomentIntegrand.cpp should add these lines:
  19. #include <stddef.h> // for size_t
  20. #include "Utils/DataMesh/DataMesh.hpp" // for DataMesh
  21. #include "Utils/DataMesh/ExpressionTemplates.hpp" // for BinaryOp, MultOp, etc
  22. #include "Utils/ErrorHandling/MyErr.hpp" // for operator<<
  23. #include "Utils/Tensor/Tensor.hpp" // for Tensor
  24. #include "Utils/Tensor/TensorStructure.hpp" // for TensorStructure, etc
  25.  
  26. QuadrupoleMomentIntegrand.cpp should remove these lines:
  27.  
  28. The full include-list for QuadrupoleMomentIntegrand.cpp:
  29. #include "QuadrupoleMomentIntegrand.hpp"
  30. #include <stddef.h> // for size_t
  31. #include "Utils/DataBox/DataBoxAccess.hpp" // for DataBoxAccess
  32. #include "Utils/DataMesh/DataMesh.hpp" // for DataMesh
  33. #include "Utils/DataMesh/ExpressionTemplates.hpp" // for BinaryOp, MultOp, etc
  34. #include "Utils/DataMesh/Mesh.hpp" // for Mesh, operator!=
  35. #include "Utils/ErrorHandling/MyErr.hpp" // for operator<<
  36. #include "Utils/ErrorHandling/Require.hpp" // for REQUIRE
  37. #include "Utils/MiscUtils/SimpleProfiler.hpp" // for SimpleProfiler
  38. #include "Utils/MyContainers/MyVector.hpp" // for MyVector, operator==
  39. #include "Utils/StringParsing/OptionParser.hpp" // for OptionParser
  40. #include "Utils/Tensor/Tensor.hpp" // for Tensor
  41. #include "Utils/Tensor/TensorStructure.hpp" // for TensorStructure, etc
Add Comment
Please, Sign In to add comment