Skip to content

Commit

Permalink
Updating docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
billkarsh committed Jul 29, 2014
1 parent a75638e commit ec15910
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 75 deletions.
4 changes: 2 additions & 2 deletions 00_DOC/method_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ public:
* `NE` is the number of elements (6 or 8).
* 'X' is addressed first by zero-based layer `X[iz]` then by combined region index (i). The start of the elements for tform (i) is `X[iz][NE*i]`.

#### Solving Algorithm (For Reals)
#### Solving Algorithm

At the highest level the solving function is this:

Expand Down Expand Up @@ -671,7 +671,7 @@ do { // for each region
// and if so then cull unused points from our list (we're the only thread
// currently using that list so we can do it now).
} while (Q.Next());
} while (Q.Next());
}
```

Expand Down
Loading

0 comments on commit ec15910

Please sign in to comment.