Skip to content

Commit

Permalink
fix minor mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
haykh committed Jul 6, 2024
1 parent e65ce63 commit 1514aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/code/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ The `in` and `out` template arguments for the `convert<>` and `transform<>` func
vec_t<Dim::_3D> v_Cntrv;
// define v_Cntrv
vec_t<Dim::_3D> v_XYZ { ZERO };
metric.template transform_xyz<Crd::Cd, Crd::XYZ>(x_Code, v_Cntrv, v_XYZ);
metric.template transform_xyz<Idx::U, Idx::XYZ>(x_Code, v_Cntrv, v_XYZ);
```

Below is a diagram demonstrating all the possible transformations.
Expand Down Expand Up @@ -419,4 +419,4 @@ classDiagram
```

{% include "html/d3js.html" %}
<script src="../coord-stretching.js"></script>
<script src="../coord-stretching.js"></script>

0 comments on commit 1514aa3

Please sign in to comment.