Skip to content

Commit be8d0ea

Browse files
committed
needed to include inheritance from algorithmBase in the abstract class of Tikhonov. still does not compile
1 parent 92b98f0 commit be8d0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Algorithms/Legacy/Inverse/TikhonovImplAbstractBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ namespace SCIRun {
7676

7777

7878

79-
class SCISHARE TikhonovImplAbstractBase : public boost::noncopyable
79+
class SCISHARE TikhonovImplAbstractBase : public AlgorithmBase, boost::noncopyable
8080
{
8181

8282
// PUBLIC MEMBERS OF CLASS TikhonovImplAbstractBase

0 commit comments

Comments
 (0)