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; using NUnit.Framework;
/// <summary> /// <summary>
/// Factorial tests. /// Exponential Integral tests.
/// </summary> /// </summary>
[TestFixture, Category("Distributions")] [TestFixture, Category("Distributions")]
public class ExponentialIntegralTests public class ExponentialIntegralTests

Loading…
Cancel
Save