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

Function printLastError

preprocessing/science/rconv/src/Map.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44#ifndef noproj
45void printLastError()
46{
47 if (pj_errno != 0) {
48 std::cout << "Proj.4 error: " << pj_strerrno(pj_errno) << std::endl;
49 }
50}
51
52
53Map::Map(std::string const& targetCoordSystem)

Callers 2

MapMethod · 0.85
mapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected