MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / error

Function error

preprocessing/meshing/gmsh2gambit/src/GMSH.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43#include <cstdlib>
44
45void error(std::string const& errMessage)
46{
47 std::cerr << "MSH parse error: " << errMessage << std::endl;
48 exit(-1);
49}
50
51// Uses GAMBIT neu conventions. See GAMBIT NEUTRAL FILE FORMAT Appendix C.2.
52template<> unsigned const Simplex<2>::Face2Nodes[][2] = {{0, 1}, {1, 2}, {2, 0}};

Callers 2

GMSHMethod · 0.85
closeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected