MCPcopy Create free account
hub / github.com/THUNLP-MT/MEAN / PrintErrorAndQuit

Function PrintErrorAndQuit

evaluation/TMscore.cpp:2462–2466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2460#endif // WIN32
2461
2462void PrintErrorAndQuit(const string sErrorString)
2463{
2464 cout << sErrorString << endl;
2465 exit(1);
2466}
2467
2468template <typename T> inline T getmin(const T &a, const T &b)
2469{

Callers 6

get_PDB_linesFunction · 0.85
file2chainlistFunction · 0.85
output_pymolFunction · 0.85
output_rasmolFunction · 0.85
standard_TMscoreFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected