Skip to content

Commit

Permalink
Moved voltage probe point.
Browse files Browse the repository at this point in the history
  • Loading branch information
afsa committed Jun 22, 2022
1 parent 422135b commit c58ba1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
## v1.0.1 (2022-06-22)

- Added video workshop link to README.md.
- Fixed voltage probe variable name typo in example meshes.
- Fixed voltage probe variable name typo in example meshes.
- Moved voltage point in straight_mesh.m.
2 changes: 1 addition & 1 deletion meshing/straight_mesh.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
% small buffer region is used, then the voltage is non-zero in the
% superconducting state.
voltageStart = [1, 0] * scale;
voltageEnd = [1, 2] * scale;
voltageEnd = [5, 0] * scale;

clf()
pdegplot(model, 'EdgeLabels','on')
Expand Down

0 comments on commit c58ba1b

Please sign in to comment.