Skip to content

Commit 6f6c629

Browse files
committed
Rename
1 parent edc5a73 commit 6f6c629

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/GraphBLAS-sharp.Backend/Algorithms/Algorithms.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module Algorithms =
1313
let singleSourcePushPull = BFS.singleSourcePushPull
1414

1515
module SSSP =
16-
let singleSource = SSSP.run
16+
let run = SSSP.run
1717

1818
module PageRank =
1919
let run = PageRank.run

src/GraphBLAS-sharp.Backend/Quotes/Arithmetic.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ module ArithmeticOperations =
246246
| _ -> None @>
247247

248248
//PageRank specific
249-
let minusAndSquare =
249+
let squareOfDifference =
250250
<@ fun (x: float32 option) (y: float32 option) ->
251251
let mutable res = 0.0f
252252

0 commit comments

Comments
 (0)