Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
corrected doc formatting, regenerated pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaykm committed Feb 4, 2014
1 parent 53c99a8 commit f5ba667
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/4.0/circuitscape_4_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -1036,30 +1036,30 @@ eight_neighbor_example.ini from the examples directory). The first row and
column contain the focal node IDs:

````
0\. 1\. 2\. 3\.
1\. 0\. 11.93688471 15.03634473
2\. 11.93688471 0\. 11.57640568
3\. 15.03634473 11.57640568 0\.
0 1 2 3
1 0 11.93688471 15.03634473
2 11.93688471 0 11.57640568
3 15.03634473 11.57640568 0
````

Here are pairwise resistances written to the output directory for the four
neighbor case, in which focal node 3 was completely isolated (-1 indicates
infinite resistance):

````
0\. 1\. 2\. 3\.
1\. 0\. 33.55792693 -1
2\. 33.55792693 0\ . -1
3\. -1 -1 0\.
0 1 2 3
1 0 33.55792693 -1
2 33.55792693 0 -1
3 -1 -1 0
````

For convenience, resistances are also written to a separate file in a 3-column
format, e.g.:

````
1. 2. 33.55792693
1. 3. -1
2. 3. -1
1 2 33.55792693
1 3 -1
2 3 -1
````

Expand Down
Binary file modified docs/4.0/circuitscape_4_0.pdf
Binary file not shown.

0 comments on commit f5ba667

Please sign in to comment.