Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. edytka@edytka ~/cglab $ git status
  2. # Not currently on any branch.
  3. # Changes to be committed:
  4. # (use "git reset HEAD <file>..." to unstage)
  5. #
  6. # modified: builder.sce
  7. #
  8. # Unmerged paths:
  9. # (use "git reset HEAD <file>..." to unstage)
  10. # (use "git add/rm <file>..." as appropriate to mark resolution)
  11. #
  12. # both modified: etc/cglab.start
  13. # both modified: sci_gateway/c/builder_gateway_c.sce
  14. # deleted by us: sci_gateway/c/sci_Constrained_Delaunay.c
  15. # both added: sci_gateway/c/sci_convex_hull_3.c
  16. # both added: sci_gateway/c/sci_mesh2_get_connectivity.c
  17. # both added: sci_gateway/c/sci_mesh2_get_coord.c
  18. # both added: sci_gateway/c/sci_mesh_2.c
  19. #
  20. # Untracked files:
  21. # (use "git add <file>..." to include in what will be committed)
  22. #
  23. # .directory
  24. # DESCRIPTION
  25. # help/en_US/.directory
  26. # help/en_US/master_help.xml
  27. # help/en_US/scilab_en_GB_help/
  28. # jar/
  29. # sci_gateway/c/.directory
  30. # tests/unit_tests/cdt2_delete.dia.ref
  31. # tests/unit_tests/cdt2_delete.tst
  32. # tests/unit_tests/cdt2_get_connectivity.dia.ref
  33. # tests/unit_tests/cdt2_get_connectivity.tst
  34. # tests/unit_tests/cdt2_get_coord.dia.ref
  35. # tests/unit_tests/cdt2_get_coord.tst
  36. # tests/unit_tests/cdt2_insert_constraints.dia.ref
  37. # tests/unit_tests/cdt2_insert_constraints.tst
  38. # tests/unit_tests/cdt2_insert_points.dia.ref
  39. # tests/unit_tests/cdt2_insert_points.tst
  40. # tests/unit_tests/cdt2_remove_constraints.dia.ref
  41. # tests/unit_tests/cdt2_remove_constraints.tst
  42. # tests/unit_tests/cdt2_remove_points.dia.ref
  43. # tests/unit_tests/cdt2_remove_points.tst
  44. # tests/unit_tests/constrained_delaunay_2.dia.ref
  45. # tests/unit_tests/constrained_delaunay_2.tst
  46. # tests/unit_tests/delaunay_n.dia.ref
  47. # tests/unit_tests/delaunay_n.tst
  48. # tests/unit_tests/dtn_delete.dia.ref
  49. # tests/unit_tests/dtn_delete.tst
  50. # tests/unit_tests/dtn_get_connectivity.dia.ref
  51. # tests/unit_tests/dtn_get_connectivity.tst
  52. # tests/unit_tests/dtn_insert_points.dia.ref
  53. # tests/unit_tests/dtn_insert_points.ts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement