Skip to content

Commit

Permalink
Hotfix for GridDist in v14.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenHilferink committed Mar 15, 2024
1 parent 66413ef commit 555e8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/dll/src/GridDist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ constexpr bool operator &(GridDistFlags a, GridDistFlags b) { return int(a) & in

constexpr arg_index NrArguments(GridDistFlags flags)
{
arg_index result = 0;
arg_index result = 2;
if (flags & GridDistFlags::HasLimitParameter)
++result;
if (flags & GridDistFlags::HasInitialImpedance)
Expand Down

0 comments on commit 555e8d6

Please sign in to comment.