README 327 B

12345678910111213141516171819202122
  1. This is a simple example program that shows how to use the readDMAT and
  2. writeDMAT functions of the igl library
  3. To Build:
  4. make
  5. To Run:
  6. ./example [input path] [output path]
  7. Example Run #1:
  8. Issuing:
  9. ./example example.dmat output.dmat
  10. cat output.dmat
  11. should produce:
  12. 3 2
  13. 1
  14. 4
  15. 2
  16. 5
  17. 3
  18. 6