Skip to content

Commit 3e0e016

Browse files
Apply prepare changes
1 parent 5b1ae7a commit 3e0e016

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

include/geode/stochastic/sampling/direct/object_set_sampler/point_set_sampler.hpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ namespace geode
7272
new_point =
7373
PointUniformSampler::sample< dimension >( engine, ball );
7474
}
75-
throw OpenGeodeException(
76-
absl::StrCat(
77-
"[PointSampler] - Cannot find a point in the box: ",
78-
box_.string() ) );
75+
throw OpenGeodeException( absl::StrCat(
76+
"[PointSampler] - Cannot find a point in the box: ",
77+
box_.string() ) );
7978
return { obj, this->subset_id_ };
8079
}
8180

0 commit comments

Comments
 (0)