Skip to content

Commit

Permalink
Fixed bug in boundarycondition string conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arttu Miettinen committed Apr 8, 2019
1 parent 3c2e272 commit 738a710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itl2/boundarycondition.h
Expand Up @@ -28,7 +28,7 @@ namespace itl2
{
switch (x)
{
case BoundaryCondition::Zero: return "BoundaryCondition::Zero";
case BoundaryCondition::Zero: return "Zero";
case BoundaryCondition::Nearest: return "Nearest";
}
throw ITLException("Invalid boundary condition.");
Expand Down

0 comments on commit 738a710

Please sign in to comment.