pdlotko / topological_pipelines_for_porous_materials

This is a code to compute topological invariant of nano porous materials
0 stars 2 forks source link

subsample_pore_surface: segmentation fault #3

Closed ltalirz closed 6 years ago

ltalirz commented 6 years ago

When I compile the latest version, I get

./subsample_pore_surface HKUST-1.vsa 4464.02 out.sa 0.5
Obligatory command line parameters:
(1) Input .sa file name (string)
(2) accessible surface area (double).
Optional parameters:
(3) output .sa file name (string). Default: out.sa.
(4) number of points per surface area (double). Default: 0.5.
(5) Subsample procedure to be used. The options are: 1 = Random subsample, 2 = max_min subsample and 3 = grid based subsample (*), 4 = greedy based epsilon net  (*) (with epsilon set to 1 A). Default: 2.
 Note that the algorithms marked with (*) do not guarantee the size of the output point cloud.
Segmentation fault: 11

I attach the required input files for HKUST-1.

inputs.zip

pdlotko commented 6 years ago

Fixed, there was a problem with parsing input parameters (yes, I know...)

ltalirz commented 6 years ago

Thanks!