Skip to content

Commit

Permalink
Fixed link to WaveOrthotopeReadException in phase 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Greenburg committed Jan 17, 2024
1 parent a22c057 commit b2a13fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/phase2.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ catch e
end
```

If there was an exception that the `WaveOrthotope` constructor is equipped to handle, `w` will be a [`WaveOrthotopeReadException`](https://github.com/BYUHPC/WaveSim.jl/blob/main/src/io.jl#L20), which will contain useful data about the nature of the read failure.
If there was an exception that the `WaveOrthotope` constructor is equipped to handle, `w` will be a [`WaveOrthotopeReadException`](https://github.com/BYUHPC/WaveSim.jl/blob/main/src/io.jl#L113), which will contain useful data about the nature of the read failure.

### Reading and Writing Binary in C++

Expand Down

0 comments on commit b2a13fb

Please sign in to comment.