Commit be0f80ee authored by Georgios Dagkakis's avatar Georgios Dagkakis

time unit in capacity project instance is day

parent 51fc56ed
...@@ -643,7 +643,7 @@ ...@@ -643,7 +643,7 @@
"type": "string" "type": "string"
}, },
"timeUnit": { "timeUnit": {
"default": "hour", "default": "day",
"description": "Used for input and reporting widgets.", "description": "Used for input and reporting widgets.",
"name": "Time unit", "name": "Time unit",
"type": "string", "type": "string",
......
...@@ -394,7 +394,7 @@ ...@@ -394,7 +394,7 @@
"confidenceLevel": 0.95, "confidenceLevel": 0.95,
"maxSimTime": -1, "maxSimTime": -1,
"currentDate": "2014/02/20", "currentDate": "2014/02/20",
"timeUnit": "hour" "timeUnit": "day"
}, },
"class_definition": { "class_definition": {
"node": { "node": {
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"type": "number" "type": "number"
}, },
"timeUnit": { "timeUnit": {
"default": "hour", "default": "day",
"description": "Used for input and reporting widgets.", "description": "Used for input and reporting widgets.",
"name": "Time unit", "name": "Time unit",
"type": "string", "type": "string",
...@@ -671,7 +671,7 @@ ...@@ -671,7 +671,7 @@
"numberOfReplications": "1", "numberOfReplications": "1",
"processTimeout": 10, "processTimeout": 10,
"seed": 1, "seed": 1,
"timeUnit": "hour", "timeUnit": "day",
"trace": "No" "trace": "No"
}, },
"graph": { "graph": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment