Skip to content

Commit c68c8d5

Browse files
committed
Fix unlocking.
1 parent 046d477 commit c68c8d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/include/basic_types/ad_structure.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ FORCEINLINE void ResizeAdjoints() { AD::getTape().resizeAdjointVector(); }
390390

391391
FORCEINLINE void BeginUseAdjoints() { AD::getTape().beginUseAdjointVector(); }
392392

393-
FORCEINLINE void EndUseAdjoints() { AD::getTape().beginUseAdjointVector(); }
393+
FORCEINLINE void EndUseAdjoints() { AD::getTape().endUseAdjointVector(); }
394394

395395
FORCEINLINE void SetIndex(int& index, const su2double& data) { index = data.getIdentifier(); }
396396

0 commit comments

Comments
 (0)