I have been trying to use the ConvertHistoryFiles code to convert my .his files after running some example simulations in Nektar1D but I keep getting an error:
Output argument "ordered_filenames" (and
possibly others) not assigned a value in the
execution with
"ConvertHistoryFiles>order_according_to_sim"
function.
Error in ConvertHistoryFiles (line 64)
up.filename = order_according_to_sim(up.filename);
being new to this, is there a step I am missing within the code itself?
I have been trying to use the ConvertHistoryFiles code to convert my .his files after running some example simulations in Nektar1D but I keep getting an error:
Output argument "ordered_filenames" (and
possibly others) not assigned a value in the
execution with
"ConvertHistoryFiles>order_according_to_sim"
function.
Error in ConvertHistoryFiles (line 64)
up.filename = order_according_to_sim(up.filename);
being new to this, is there a step I am missing within the code itself?