Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
da1addad
Commit
da1addad
authored
Oct 16, 2019
by
GILLES Sebastien
Browse files
#1292 Fix wrong alias.
parent
cb1d7613
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/OperatorInstances/VariationalOperator/BilinearForm/Local/Mass.hpp
View file @
da1addad
...
...
@@ -48,7 +48,7 @@ namespace MoReFEM
static
const
std
::
string
&
ClassName
();
//! Alias to parent.
using
parent
=
BilinearLocalVariationalOperator
<
Local
Matrix
>
;
using
parent
=
BilinearLocalVariationalOperator
<
Xtensor
Matrix
>
;
public:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment