Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sys27 committed Jun 1, 2017
1 parent 011c7b0 commit 1c53553
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
Expand Up @@ -16,7 +16,7 @@
using System.Runtime.Serialization;
using xFunc.Maths.Resources;

namespace xFunc.Maths.Expressions
namespace xFunc.Maths.Analyzers
{

/// <summary>
Expand Down
Expand Up @@ -14,7 +14,7 @@
// limitations under the License.
using System;

namespace xFunc.Maths.Expressions
namespace xFunc.Maths.Analyzers
{

/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions xFunc.Maths/xFunc.Maths.csproj
Expand Up @@ -59,7 +59,7 @@
<Compile Include="Expressions\DelegateExpression.cs" />
<Compile Include="Expressions\DifferentParametersExpression.cs" />
<Compile Include="Expressions\ExpressionParameters.cs" />
<Compile Include="Expressions\ResultType.cs" />
<Compile Include="Analyzers\ResultType.cs" />
<Compile Include="Expressions\Fact.cs" />
<Compile Include="Expressions\Floor.cs" />
<Compile Include="Expressions\GCD.cs" />
Expand All @@ -85,7 +85,7 @@
<Compile Include="Expressions\Matrices\Vector.cs" />
<Compile Include="Expressions\Del.cs" />
<Compile Include="Expressions\Mod.cs" />
<Compile Include="Expressions\ParameterTypeMismatchException.cs" />
<Compile Include="Analyzers\ParameterTypeMismatchException.cs" />
<Compile Include="Expressions\ResultIsNotSupportedException.cs" />
<Compile Include="Expressions\Statistical\Count.cs" />
<Compile Include="Expressions\Statistical\Product.cs" />
Expand Down
1 change: 1 addition & 0 deletions xFunc/Views/FunctionView.xaml.cs
Expand Up @@ -17,6 +17,7 @@
using System.Windows;
using System.Windows.Input;
using xFunc.Maths;
using xFunc.Maths.Analyzers;
using xFunc.Maths.Expressions;
using xFunc.Maths.Expressions.Collections;
using xFunc.Resources;
Expand Down
1 change: 1 addition & 0 deletions xFunc/Views/MathControl.xaml.cs
Expand Up @@ -18,6 +18,7 @@
using System.Windows.Controls;
using System.Windows.Input;
using xFunc.Maths;
using xFunc.Maths.Analyzers;
using xFunc.Maths.Expressions;
using xFunc.Maths.Expressions.Collections;
using xFunc.Presenters;
Expand Down
1 change: 1 addition & 0 deletions xFunc/Views/TruthTableControl.xaml.cs
Expand Up @@ -20,6 +20,7 @@
using System.Windows.Data;
using System.Windows.Input;
using xFunc.Maths;
using xFunc.Maths.Analyzers;
using xFunc.Maths.Expressions;
using xFunc.Maths.Expressions.Collections;
using xFunc.Presenters;
Expand Down

0 comments on commit 1c53553

Please sign in to comment.