opal/tasks/testt.json
2012-04-10 07:28:46 +00:00

40 lines
931 B
JSON

{
"title": "Example task",
"author": "Anton Vakhrushev",
"models": {
"sintaylor": {
"title": "Simple model for example",
"author": "Anton Vakhrushev",
"date": "2012-03-08",
"exec": true,
"params": {
"r": {
"type": "double",
"default": 6.28,
"comment": "Right edge"
},
"d": {
"type": "int",
"default": 5,
"comment": "Number of members in taylor serie"
},
"n": {
"type": "int",
"default": 10,
"title": "Steps",
"comment": "Number of steps for algorithm"
}
}
}
}
}