X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FGrid.hs;h=59a938799e20bf1c9ada903b1f63a80cfd462de8;hb=6c6344110c0e68b3313eee8771020abd42db3714;hp=de5f76ac326ff6d4d169125284a3d8a9b7b381a2;hpb=71c69c67074e6eb6ce7520739bc729691525b20b;p=spline3.git diff --git a/src/Grid.hs b/src/Grid.hs index de5f76a..59a9387 100644 --- a/src/Grid.hs +++ b/src/Grid.hs @@ -43,7 +43,7 @@ import Values (Values3D, dims, empty3d, zoom_shape) -- another in each direction (x,y,z). data Grid = Grid { h :: Double, -- MUST BE GREATER THAN ZERO! function_values :: Values3D } - deriving (Eq, Show) + deriving (Show) instance Arbitrary Grid where