Skip to content

Commit

Permalink
Minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Jul 20, 2018
1 parent af72825 commit f2a851c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/integrators/pssmlt/pssmlt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ void PSSMLTIntegrator::render(const std::shared_ptr<const Camera>& camera, const
const int width = camera->film()->resolution().x();
const int height = camera->film()->resolution().y();
const double pLarge = params.getDouble("pLarge", 0.3);
const int sampleCount = params.getInt("sampleCount");
const int sampleCount = params.getInt("sampleCount", 64);
const int nBootstrap = params.getInt("luminanceSamples", 100000);
const int nMutate = width * height;

Expand Down

0 comments on commit f2a851c

Please sign in to comment.