Skip to content

Commit

Permalink
Regen func-viz
Browse files Browse the repository at this point in the history
  • Loading branch information
richmit committed Aug 15, 2024
1 parent e07932d commit 8f02ba3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions docs/func-viz/func-viz.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/func-viz/func-viz.org
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ for e in complex_magnitude_surface implicit_surface lorenz trefoil parametric_cu
b=$(echo $f | sed 's/\.webm$//; s/^.*\///')
hr=$(basename $f | sed 's/_[0-9][0-9]*_crf30\.webm$/_100_lossless.html/;')
fn="media/${b}.html"
if [ 1 == 1 -o "$f" -nt "$fn" -o 'misc/movie_template.html' -nt "$fn" ]; then
if [ "$f" -nt "$fn" -o 'misc/movie_template.html' -nt "$fn" ]; then
if [ ! -e "$HOME/Documents/WWW/site/SS/MRPtree/media/$hr" ]; then
hr='HRLINK'
fi
Expand Down

0 comments on commit 8f02ba3

Please sign in to comment.