summaryrefslogtreecommitdiff
path: root/MuscleEMGProfile.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2012-12-05 21:18:46 +0100
committerTobias Klauser <tklauser@distanz.ch>2012-12-05 21:18:46 +0100
commit3b3211252915a22fa82a794e449d1f6000e8c5e5 (patch)
tree76a8f207076cb75d5ce7b662766eeeba7a64c393 /MuscleEMGProfile.h
parentad6a598de4025321a5227edf2a676c0f3397927c (diff)
Move data files to own directory
Diffstat (limited to 'MuscleEMGProfile.h')
-rw-r--r--MuscleEMGProfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MuscleEMGProfile.h b/MuscleEMGProfile.h
index 2d31f27..2783b26 100644
--- a/MuscleEMGProfile.h
+++ b/MuscleEMGProfile.h
@@ -26,7 +26,7 @@ public:
}
unsigned getIdx() { return _x.size(); }
- unsigned getCapacity() { return _x.max_size(); }
+ unsigned getCapacity() { return _x.capacity(); }
const std::string &getName() { return _name; }
void addData(double x, double y);