Updating to new midpoint method.

This commit is contained in:
Patrick Shriwise 2020-03-26 13:56:23 -05:00
parent 765104d19e
commit 7e386ff7ff
3 changed files with 28 additions and 103 deletions

View file

@ -251,8 +251,6 @@ private:
class UnstructuredMesh : public Mesh {
using UnstructuredMeshHits = std::vector<std::pair<double, moab::EntityHandle>>;
public:
UnstructuredMesh() = default;
UnstructuredMesh(pugi::xml_node);
@ -274,7 +272,7 @@ private:
intersect_track(const moab::CartVect& start,
const moab::CartVect& dir,
double track_len,
UnstructuredMeshHits& hits) const;
std::vector<double>& hits) const;
//! Calculate the volume for a given tetrahedron handle.
//