Skip to content

Commit

Permalink
Fixed a bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
friedenhe committed Jun 27, 2024
1 parent 1d9ab37 commit 94642e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adjoint/DAFvSource/DAFvSourceActuatorDisk.C
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ void DAFvSourceActuatorDisk::calcFvSource(volVectorField& fvSource)
}
else
{
FatalErrorIn("calcFvSourceCells") << "source: " << source0 << " not supported!"
FatalErrorIn("calcFvSourceCells") << "source: " << source << " not supported!"
<< "Options are: cylinderAnnulusToCell and cylinderAnnulusSmooth!"
<< abort(FatalError);
}
Expand Down

0 comments on commit 94642e5

Please sign in to comment.