Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenFOAM-plus
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
339
Issues
339
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
The OpenFOAM repositories are back online - please see how to
update to the latest version
Open sidebar
Development
OpenFOAM-plus
Commits
7e5fe133
Commit
7e5fe133
authored
Jul 23, 2019
by
Andrew Heather
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: adjointSolverManager - corrected indexing. Fixes
#1381
parent
402fb826
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
adjointSolverManager.C
...joint/solvers/adjointSolverManager/adjointSolverManager.C
+1
-1
No files found.
src/optimisation/adjointOptimisation/adjoint/solvers/adjointSolverManager/adjointSolverManager.C
View file @
7e5fe133
...
...
@@ -260,7 +260,7 @@ Foam::scalar Foam::adjointSolverManager::objectiveValue()
for
(
const
label
solveri
:
objectiveSolverIDs_
)
{
objectiveManager
&
objManager
=
adjointSolvers_
[
objectiveSolverIDs_
[
solveri
]
].
getObjectiveManager
();
adjointSolvers_
[
solveri
].
getObjectiveManager
();
objValue
+=
objManager
.
print
();
}
...
...
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