https://github.com/reproducibilitystamp/PinMesh
Tip revision: 83c35682951671d62fe3ba7deea867eb647d2de7 authored by sallesviana on 25 May 2016, 14:22:12 UTC
Fixed typos in the README
Fixed typos in the README
Tip revision: 83c3568
Makefile
all: pinmesh
pinmesh: src/pinmesh.cpp src/3d_objects.cpp src/floodFillScanline.cpp src/rationals.h src/common2.h src/nested3DGrid.cpp
g++ src/pinmesh.cpp -lgmp -lgmpxx -std=c++11 -O3 -fopenmp -o pinmesh
backup:
./makeTar.sh