Skip to content

Commit

Permalink
[HOTFIX] to xyce timeseries creation
Browse files Browse the repository at this point in the history
looks like there was a name mismatch
  • Loading branch information
Matthew Letter committed Aug 7, 2018
1 parent 89666aa commit cc5349c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-server/js/slycat-remote-interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ define('slycat-remote-interface', ['knockout', 'knockout-mapping', 'slycat-serve
else if(fn_params.timeseries_type === "xyce")
{
json_payload.scripts.push({
"name": "slycat-xyce-timeseries-to-hdf5",
"name": "xyce_timeseries_to_hdf5",
"parameters": [
{
"name": "--output-directory",
Expand Down

0 comments on commit cc5349c

Please sign in to comment.