Skip to content

Commit

Permalink
Merge branch 'development' into portable
Browse files Browse the repository at this point in the history
  • Loading branch information
anders9ustafsson committed Sep 30, 2014
2 parents 59a8cb9 + 9a6a7a1 commit f40a6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Accord.Core/Accord.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<Compile Include="Compatibility\SpinLock.cs" />
<Compile Include="Compatibility\ThreadLocal.cs" />
<Compile Include="Compatibility\Tuple.cs" />
<Compile Include="Extensions.cs" />
<Compile Include="ExtensionMethods.cs" />
<Compile Include="Exceptions\ConvergenceException.cs" />
<Compile Include="Exceptions\DimensionMismatchException.cs" />
<Compile Include="Exceptions\NonPositiveDefiniteMatrixException.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace Accord
/// Static class for utility extension methods.
/// </summary>
///
public static class Extensions
public static class ExtensionMethods
{

/// <summary>
Expand Down

0 comments on commit f40a6e0

Please sign in to comment.