Skip to content

Commit

Permalink
Update src/mpl/src/ParquetFP/src/Net.h
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: LucasYuki <46359888+LucasYuki@users.noreply.github.com>
  • Loading branch information
LucasYuki and github-actions[bot] authored Nov 25, 2024
1 parent a9eb147 commit 6d43574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpl/src/ParquetFP/src/Net.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class Net
void putIndex(int netIndex) { _index = netIndex; }
float getWeight() const { return _weight; }
void putWeight(float netWeight) { _weight = netWeight; }
const std::string getName() const { return _name; }
std::string getName() const { return _name; }

unsigned getDegree() const { return _pins.size(); }
};
Expand Down

0 comments on commit 6d43574

Please sign in to comment.