https://github.com/patr-schm/surface-maps-via-adaptive-triangulations
Revision 7e3661ccd1b73991b05ddfb74196a476390022bf authored by Patrick Schmidt on 10 March 2023, 14:09:46 UTC, committed by GitHub on 10 March 2023, 14:09:46 UTC
1 parent c7ecb55
Tip revision: 7e3661ccd1b73991b05ddfb74196a476390022bf authored by Patrick Schmidt on 10 March 2023, 14:09:46 UTC
Update README.md
Update README.md
Tip revision: 7e3661c
grsi-run.sh
#!/bin/bash
# This script reproduces a representative figure.
# Run this script after the project has been built (using the grsi-install.sh script or by following the instructions in README.md).
# Exit on errors.
set -o errexit
echo ""
echo "This program will reproduce the contents of Fig. 2 in the paper."
echo ""
# Run the program.
cd build
./coarse_to_fine

Computing file changes ...