Commit 74b2a34b authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Refactoring the eikonal solver.

parent 8e9cde1d
Loading
Loading
Loading
Loading
+135 −137
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ template< typename MeshReal,
          typename Index >
class upwindEikonalScheme< tnlGrid< 1,MeshReal, Device, MeshIndex >, Real, Index >
{

   public:
      typedef Real RealType;
      typedef Device DeviceType;
@@ -98,7 +97,6 @@ template< typename MeshReal,
          typename Index >
class upwindEikonalScheme< tnlGrid< 2,MeshReal, Device, MeshIndex >, Real, Index >
{

   public:
      typedef Real RealType;
      typedef Device DeviceType;