Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

main.c

Blame
    • dario.genga's avatar
      f3cb8734
      Add program init with cmd args · f3cb8734
      dario.genga authored
      The program can now be started by one of the three following ways :
      - main : No arguments, the program will ask the user the universe
      settings.
      - main <path_to_custom_data_source> : Create the universe with our
      custom file "format".
      - main <number of dimensions> <number of cluster> <path_to_data_source>
      : the same as 'no arguments' but they're specified directly.
      f3cb8734
      History
      Add program init with cmd args
      dario.genga authored
      The program can now be started by one of the three following ways :
      - main : No arguments, the program will ask the user the universe
      settings.
      - main <path_to_custom_data_source> : Create the universe with our
      custom file "format".
      - main <number of dimensions> <number of cluster> <path_to_data_source>
      : the same as 'no arguments' but they're specified directly.