Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dartflo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dechamps Paul
dartflo
Commits
7ac82ca9
Commit
7ac82ca9
authored
2 years ago
by
Adrien Crovato
Browse files
Options
Downloads
Patches
Plain Diff
Add missing override
parent
baeb2a2c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dart/src/wF1Ct.h
+3
-3
3 additions, 3 deletions
dart/src/wF1Ct.h
ext/amfe
+1
-1
1 addition, 1 deletion
ext/amfe
with
4 additions
and
4 deletions
dart/src/wF1Ct.h
+
3
−
3
View file @
7ac82ca9
...
...
@@ -50,7 +50,7 @@ class DART_API F1CtDrag : public F1Ct
public:
F1CtDrag
(
int
_nDim
,
double
_sRef
,
double
alpha
,
double
_beta
=
0
);
void
update
(
double
alpha
);
virtual
void
update
(
double
alpha
)
override
;
virtual
Eigen
::
Vector3d
eval
()
const
override
;
virtual
Eigen
::
Vector3d
evalGrad
()
const
override
;
...
...
@@ -69,7 +69,7 @@ class DART_API F1CtSide : public F1Ct
public:
F1CtSide
(
int
_nDim
,
double
_sRef
,
double
alpha
,
double
_beta
=
0
);
void
update
(
double
alpha
);
virtual
void
update
(
double
alpha
)
override
;
virtual
Eigen
::
Vector3d
eval
()
const
override
;
virtual
Eigen
::
Vector3d
evalGrad
()
const
override
;
...
...
@@ -88,7 +88,7 @@ class DART_API F1CtLift : public F1Ct
public:
F1CtLift
(
int
_nDim
,
double
_sRef
,
double
alpha
,
double
_beta
=
0
);
void
update
(
double
alpha
);
virtual
void
update
(
double
alpha
)
override
;
virtual
Eigen
::
Vector3d
eval
()
const
override
;
virtual
Eigen
::
Vector3d
evalGrad
()
const
override
;
...
...
This diff is collapsed.
Click to expand it.
amfe
@
e6eafbe7
Compare
581d8748
...
e6eafbe7
Subproject commit
581d874820f8ba11804807bc
21098
ec43a39f44
c
Subproject commit
e6eafbe78604a7a27c7ee
21
f
098
f4c1e3704b0d
c
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment