Skip to content

Commit

Permalink
Squashed 'src/vendor/DNest4/' changes from b366ceb8..67e0e24a
Browse files Browse the repository at this point in the history
67e0e24a unknown error when printing Options

git-subtree-dir: src/vendor/DNest4
git-subtree-split: 67e0e24a10152c859ee9908c705128ca7a81be7b
  • Loading branch information
j-faria committed Nov 28, 2023
1 parent 1b33edd commit 068e98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/SamplerImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ void Sampler<ModelType>::print(std::ostream& out) const
out<<num_threads<<' ';
out<<compression<<' ';

out<<options<<' ';
// out<<options<<' ';

for(const auto& p: particles)
p.print(out);
Expand Down

0 comments on commit 068e98a

Please sign in to comment.