Removed eoEsBase and created an eoFixedLength
This commit is contained in:
parent
71b0dc1771
commit
152d42d41e
5 changed files with 20 additions and 20 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue