Skip to content

Commit

Permalink
Update irrsmo00.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahSwiftIBM committed Feb 29, 2024
1 parent 0a82002 commit 3290deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyracf/common/irrsmo00.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static PyObject *call_irrsmo00(PyObject *self, PyObject *args, PyObject *kwargs)
//
// Also note that when two or more return values are provided,
// Py_BuildValue() will return a Tuple.

printf("About to 'build' my return value!\n");
return Py_BuildValue(
"{s:y#,s:[B,B,B],s:w*}",
"resultBuffer", result_buffer, result_len,
Expand Down

0 comments on commit 3290deb

Please sign in to comment.