From d01cf2ea580d9411140bd7dec539c6ae7a8a39cd Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 10 Dec 2012 07:06:08 +0100 Subject: Read muscle activation from .sto --- data/adults.sto | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 data/adults.sto (limited to 'data') diff --git a/data/adults.sto b/data/adults.sto new file mode 100644 index 0000000..66e2002 --- /dev/null +++ b/data/adults.sto @@ -0,0 +1,40 @@ +control +version=1 +nRows=35 +nColumns=2 +endheader +time ercspn_r +0.0 6.09756 +2.54237 7.31707 +4.23729 9.7561 +7.62712 9.7561 +11.0169 7.31707 +12.7119 7.31707 +14.4068 6.09756 +17.7966 6.09756 +19.4915 4.87805 +21.1864 4.87805 +22.8814 3.65854 +29.661 3.65854 +31.3559 2.43902 +35.5932 2.43902 +43.2203 2.43902 +47.4576 6.09756 +50.8475 10.9756 +55.0847 17.0732 +58.4746 17.0732 +60.1695 14.6341 +61.8644 13.4146 +65.2542 9.7561 +68.6441 8.53659 +72.0339 7.31707 +73.7288 6.09756 +77.1186 4.87805 +79.661 4.87805 +81.3559 3.65854 +85.5932 3.65854 +89.8305 3.65854 +91.5254 2.43902 +94.9153 3.65854 +98.3051 4.87805 +100 4.87805 -- cgit v1.2.3-54-g00ecf 'master' selected='selected'>master net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:37 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:37 +0200
commita7629c70d0ffd5ea12e681f0dd168d03ff3b60ec (patch)
tree5e3e4ad400d9d54d37d365a3fc54560bc6ae816c
parent2a1ed077189a38bccf39cb00d8dca96d20a49463 (diff)
hwspinlock: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>