Skip to content

Commit c426be1

Browse files
committed
tailing f***
1 parent 612d7ce commit c426be1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/tsdf/scan2vdb.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ class ParticleList
2323
public:
2424
typedef openvdb::Vec3R value_type;
2525
typedef openvdb::Vec3R PosType;
26-
26+
2727
ParticleList(openvdb::Real radiusScale=10) : _radiusScale(radiusScale) {}
28-
// ParticleList(openvdb::Real radiusScale=1) : _radiusScale(radiusScale) {}
28+
// ParticleList(openvdb::Real radiusScale=1) : _radiusScale(radiusScale) {}
29+
2930
void add(const openvdb::Vec3R &p, const openvdb::Real &r) {
3031
Particle pa;
3132
pa.p = p;
@@ -76,7 +77,6 @@ int main(int argc, char **argv)
7677
"end after scan <arg>")
7778
("radiusscale,r", po::value<float>(&radiusSphere)->default_value(1.0),
7879
"sets the radius of the spheres <arg>")
79-
8080
("format,f", po::value<IOType>(&iotype)->default_value(UOS),
8181
"using shared library <arg> for input. (chose F from {uos, uos_map, "
8282
"uos_rgb, uos_frames, uos_map_frames, old, rts, rts_map, ifp, "

0 commit comments

Comments
 (0)