Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
void printLastError()
46
{
47
if (pj_errno != 0) {
48
std::cout <<
"Proj.4 error: "
<< pj_strerrno(pj_errno) << std::endl;
49
}
50
}
51
52
53
Map::Map(std::string const& targetCoordSystem)
Callers
2
Map
Method · 0.85
map
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected