Skip to content

Commit

Permalink
Update irrsmo00.c
Browse files Browse the repository at this point in the history
add debug prints
  • Loading branch information
ElijahSwiftIBM committed Feb 19, 2024
1 parent 89e8df5 commit 402f3f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyracf/common/irrsmo00.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ static PyObject *call_irrsmo00(PyObject *self, PyObject *args, PyObject *kwargs)
running_userid_struct.running_userid_length);

int i = 0;
printf("Hello World!\n");
do {
printf("Request XML Length: %d", request_xml_length);
printf("Request XML Length: %d\n", request_xml_length);
IRRSMO64(
work_area,
alet,
Expand Down

0 comments on commit 402f3f8

Please sign in to comment.