Skip to content

Commit

Permalink
Fixes #1967 add origin
Browse files Browse the repository at this point in the history
  • Loading branch information
msevestre committed Apr 6, 2023
1 parent 057893b commit 30da055
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/OSPSuite.Core/Domain/Builder/ExpressionParameter.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
using OSPSuite.Core.Domain.Formulas;

namespace OSPSuite.Core.Domain.Builder
namespace OSPSuite.Core.Domain.Builder
{
public class ExpressionParameter : PathAndValueEntity
{
/// <summary>
/// Only set for a parameter that is a distributed parameter.
/// This is required in order to be able to create distributed parameter dynamically in the simulation
/// </summary>
public DistributionType? DistributionType { get; set; }
}
}

0 comments on commit 30da055

Please sign in to comment.