Removed eoEsBase and created an eoFixedLength

This commit is contained in:
mac 2000-06-13 09:43:34 +00:00
commit 152d42d41e
5 changed files with 20 additions and 20 deletions

View file

@ -218,7 +218,7 @@ public:
keepInBounds(_eo);
}
void keepInBounds(eoEsBase<FitT>& _eo) const
void keepInBounds(eoFixedLength<FitT, double>& _eo) const
{
for (unsigned i = 0; i < _eo.size(); ++i)
{