https://github.com/patr-schm/surface-maps-via-adaptive-triangulations
Revision 5c07c9fa9de48afb9d206cc5468c5a83be7038f6 authored by Patrick Schmidt on 06 March 2023, 12:32:16 UTC, committed by Patrick Schmidt on 06 March 2023, 12:32:16 UTC
1 parent 9f6d337
Tip revision: 5c07c9fa9de48afb9d206cc5468c5a83be7038f6 authored by Patrick Schmidt on 06 March 2023, 12:32:16 UTC
Add replicability stamp files
Add replicability stamp files
Tip revision: 5c07c9f
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 ...