Skip to content

Commit 106958f

Browse files
committed
Made preevaluate_thetas() virtual
1 parent 764b33f commit 106958f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/reduced_basis/rb_construction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ class RBConstruction : public RBConstructionBase<LinearImplicitSystem>
839839
/*
840840
* Pre-evaluate the theta functions on the entire (local) training parameter set.
841841
*/
842-
void preevaluate_thetas();
842+
virtual void preevaluate_thetas();
843843

844844
/**
845845
* Reset the _preevaluate_thetas_completed flag to false. We can use this to force

0 commit comments

Comments
 (0)