Browse Source

fixed erroneous test name for issue #228

cuda
Ashley Messer 12 years ago
parent
commit
9022de08df
  1. 2
      src/UnitTests/SpecialFunctionsTests/ExponentialIntegralTests.cs

2
src/UnitTests/SpecialFunctionsTests/ExponentialIntegralTests.cs

@ -5,7 +5,7 @@ namespace MathNet.Numerics.UnitTests.SpecialFunctionsTests
using NUnit.Framework;
/// <summary>
/// Factorial tests.
/// Exponential Integral tests.
/// </summary>
[TestFixture, Category("Distributions")]
public class ExponentialIntegralTests

Loading…
Cancel
Save