Skip to content

Commit

Permalink
Niobe: disabled problematic inref for the moment in travis (see #24)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldsteinlechner committed Aug 5, 2019
1 parent 456ac3c commit abd6179
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Scratch/15 - Niobe/SketchingApp.fs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ module Sg =
let pDiffAvg = points |> Seq.map(fun x -> x - c)

let mutable matrix = M33d.Zero
#if TRAVIS_CI
#else
pDiffAvg |> Seq.iter(fun x -> matrix.AddOuterProduct(&x))
#endif
matrix <- matrix / length

let mutable q = M33d.Zero
Expand Down

0 comments on commit abd6179

Please sign in to comment.