Skip to content

Commit

Permalink
Merge commit '068e98abf860a1ff768d899b5a9f152a60956717'
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed Nov 28, 2023
2 parents aef731f + 068e98a commit f44933c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vendor/DNest4/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 f44933c

Please sign in to comment.