Skip to content

Commit

Permalink
Merge pull request #29 from BYUHPC/frozenfrank-patch-1
Browse files Browse the repository at this point in the history
Update phase2.md Clarify data type of values
  • Loading branch information
paigeid-orc authored Oct 18, 2024
2 parents f1c6fc9 + 2264d25 commit 7007155
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 @@ -33,7 +33,7 @@ The format of these files is as follows:
1. `N`: the number of dimensions as a 64-bit unsigned integer.
- In C++ this is an **`unsigned long`**.
- Unless you're doing the extra credit, this will always be 2.
1. `m`: the wave orthotope size array, `N` 64-bit unsigned integers in order of dimensionality.
1. `m`: the wave orthotope size array, `N` 64-bit `unsigned long`s in order of dimensionality.
- _Order of Dimensionality_ means the first value is the number of rows (1d), then columns (2d), then layers (3d), then hyper-layers etc.
1. `c`: the damping coefficient, a 64-bit float.
- In C++ this is a **`double`**.
Expand Down

0 comments on commit 7007155

Please sign in to comment.