Skip to content
Snippets Groups Projects
Commit 9efa1b58 authored by David Hendriks's avatar David Hendriks
Browse files

small changes

parent 74ee9012
No related branches found
No related tags found
No related merge requests found
......@@ -260,6 +260,8 @@ static PyObject* binary_c_run_system(PyObject *self, PyObject *args, PyObject *k
Safe_free(buffer);
Safe_free(error_buffer);
// TODO: fix that the return_error_string is returned.
return return_string;
}
......
......@@ -38,6 +38,8 @@ def parse_function(self, output):
for i in range(16):
mass_lost_dict['{}'.format(i)] = 0
total_mass_lost = 0
# Go over the output.
for el in output_lines(output):
headerline = el.split()[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment