MCPcopy Create free account
hub / github.com/PSOPT/psopt / setPrintFile

Method setPrintFile

snopt-interface/src/snoptProblem.cpp:127–132  ·  view source on GitHub ↗

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

Source from the content-addressed store, hash-verified

125
126/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
127void snoptProblem::setPrintFile(const char *prtname) {
128 assert(initCalled == 1);
129
130 int len = strlen(prtname);
131 f_snsetprintf(prtname, len, iw, leniw, rw, lenrw);
132}
133
134/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
135void snoptProblem::setPrintFile(const char *prtname, int iprint) {

Callers 5

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
NLP_interfaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected