Skip to content

Commit

Permalink
wrong variable name was used for memory
Browse files Browse the repository at this point in the history
  • Loading branch information
servantftechnicolor committed Aug 18, 2023
1 parent 9e2862a commit d3111d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aliceVision/system/hardwareContext.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class HardwareContext

void setUserMaxMemoryAvailable(size_t val)
{
_maxUserCoresAvailable = val;
_maxUserMemoryAvailable = val;
}

unsigned int getUserMaxCoresAvailable() const
Expand Down

0 comments on commit d3111d7

Please sign in to comment.