source generator
This commit is contained in:
@@ -12,7 +12,6 @@ public partial class ConstantModule : NullaryComputationalModule, IParameterized
|
||||
{
|
||||
|
||||
[Export] private double PresetConstantValue { get; set; }
|
||||
public override IEnumerable<IBasePort> Ports => base.Ports.Union(DataOutPorts);
|
||||
private IDoubleParameter? ConstValue { get; set; }
|
||||
public override void Init()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user