Skip to content

Commit

Permalink
fixes naming of topology.v
Browse files Browse the repository at this point in the history
- fixes #866
- fixes #867
- fixes #868
  • Loading branch information
affeldt-aist authored and proux01 committed Mar 29, 2023
1 parent 9405ce4 commit cdd5d04
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 89 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,20 @@
+ `ErealGenOInfty.measurable_set1_pinfty` -> `ErealGenOInfty.measurable_set1y`
+ `ErealGenCInfty.measurable_set1_ninfty` -> `ErealGenCInfty.measurable_set1Ny`
+ `ErealGenCInfty.measurable_set1_pinfty` -> `ErealGenCInfty.measurable_set1y`
- in `topology.v`:
+ `Topological.ax1` -> `Topological.nbhs_pfilter`
+ `Topological.ax2` -> `Topological.nbhsE`
+ `Topological.ax3` -> `Topological.openE`
+ `entourage_filter` -> `entourage_pfilter`
+ `Uniform.ax1` -> `Uniform.entourage_filter`
+ `Uniform.ax2` -> `Uniform.entourage_refl`
+ `Uniform.ax3` -> `Uniform.entourage_inv`
+ `Uniform.ax4` -> `Uniform.entourage_split_ex`
+ `Uniform.ax5` -> `Uniform.nbhsE`
+ `PseudoMetric.ax1` -> `PseudoMetric.ball_center`
+ `PseudoMetric.ax2` -> `PseudoMetric.ball_sym`
+ `PseudoMetric.ax3` -> `PseudoMetric.ball_triangle`
+ `PseudoMetric.ax4` -> `PseudoMetric.entourageE`

### Generalized

Expand Down
Loading

0 comments on commit cdd5d04

Please sign in to comment.