diff options
author | 2022-05-22 19:05:22 +0200 | |
---|---|---|
committer | 2022-05-23 03:05:22 +1000 | |
commit | 034e0d2c87a16e90783f742f39850dc7d85def1f (patch) | |
tree | dfb9ed88064a3a21d5a02672de239290275ff45f /src/lib/netlist/plib/pomp.h | |
parent | ceafeebd499737b29b0812923c676638d9f795ef (diff) |
netlist: Address comments from PR #9794, partially fix issue #9801 (#9805)
- added cstddef to includes in ppmf.h
- more explicit comments in ppmf.h
- Fixed more typos and improved readiability
Diffstat (limited to 'src/lib/netlist/plib/pomp.h')
-rw-r--r-- | src/lib/netlist/plib/pomp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/netlist/plib/pomp.h b/src/lib/netlist/plib/pomp.h index d698d6ea34f..b77d3e5ee56 100644 --- a/src/lib/netlist/plib/pomp.h +++ b/src/lib/netlist/plib/pomp.h @@ -71,11 +71,6 @@ inline std::size_t get_max_threads() noexcept #endif } - -// ---------------------------------------------------------------------------------------- -// pdynlib: dynamic loading of libraries ... -// ---------------------------------------------------------------------------------------- - } // namespace plib::omp #endif // PSTRING_H_ |