Enabling MCPL source files to be read when using surf_source_read (#3472)

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Joffrey Dorville 2025-07-18 03:47:08 -05:00 committed by GitHub
parent 637e04a9ba
commit 659e43af7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 187 additions and 59 deletions

View file

@ -173,7 +173,7 @@ protected:
SourceSite sample(uint64_t* seed) const override;
private:
vector<SourceSite> sites_; //!< Source sites from a file
vector<SourceSite> sites_; //!< Source sites
};
//==============================================================================