Closed darianboggs closed 1 month ago
Since I added invalidate
method to ExtensionAction
, all the types derived from it need an invalidate
method also. Rather than add an no-op method to each of the extended types, I added a no-op invalidate
method to the abstract type. Extended types can overload the method as needed. If we want the abstract type to have only deferred methods, we could create a "base" or "implementation" abstract type extended from ExtensionAction
that the current extended types would extend instead. Open to suggestions.
ifort is compiling. gfortran is not.
Types of change(s)
Checklist
make tests
)Description
Change
run
toupdate
andinvalidate
method forExtensionAction
.Related Issue
Closes issue #3108