Skip to content

Commit

Permalink
rename Qpoint_to_point into Qstraight_point_to_point
Browse files Browse the repository at this point in the history
  • Loading branch information
ybertot committed Apr 30, 2024
1 parent 96e7b3a commit acac84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theories/smooth_trajectories.v
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Definition euclidean_distance (p1x p1y p2x p2y : R) :=

Definition pt_distance := euclidean_distance.

Definition Qpoint_to_point :=
Definition Qstraight_point_to_point :=
point_to_point Q Qeq_bool Qle_bool Qplus Qminus Qmult Qdiv
pt_distance 1 edge Bedge left_pt right_pt.

Expand Down
2 changes: 1 addition & 1 deletion www/Makefile.coq.local
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clean::


SmoothTrajectories.ml SmoothTrajectories.mli : ../theories/smooth_trajectories.vo
cd ../theories; echo 'Require Import QArith smooth_trajectories. Extraction "SmoothTrajectories.ml" Qsmooth_point_to_point Qpoint_to_point Qedges_to_cells Qreduction.Qred.' | coqtop -R . trajectories
cd ../theories; echo 'Require Import QArith smooth_trajectories. Extraction "SmoothTrajectories.ml" Qsmooth_point_to_point Qstraight_point_to_point Qedges_to_cells Qreduction.Qred.' | coqtop -R . trajectories
cp ../theories/SmoothTrajectories.ml ../theories/SmoothTrajectories.mli .

SmoothTrajectories.cmi : SmoothTrajectories.mli
Expand Down

0 comments on commit acac84a

Please sign in to comment.