Skip to content

Commit 568d286

Browse files
authored
[filters] Correction in register of DistanceFilter class (#73)
1 parent 144559a commit 568d286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sofa/collisionAlgorithm/filters/DistanceFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace sofa::collisionAlgorithm {
1010
*/
1111
class DistanceFilter : public BaseAlgorithm::BaseFilter {
1212
public:
13-
SOFA_ABSTRACT_CLASS(BaseFilter, BaseFilter);
13+
SOFA_CLASS(DistanceFilter, BaseFilter);
1414

1515
Data<double> d_distance;
1616

0 commit comments

Comments
 (0)