MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / Upper

Function Upper

comp/read_ansys.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 static string Upper (string s)
33 {
34 for (auto & c : s) c = toupper((unsigned char)c);
35 return s;
36 }
37
38 // collapse internal whitespace to single blanks (for keyword matching)
39 static string CollapseWS (const string & s)

Callers 3

ParseParamsFunction · 0.85
ClassifyTypeFunction · 0.85
ParseAbaqusInpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected