Skip to content

Commit

Permalink
✏️ input name
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Pellegrino committed Oct 22, 2024
1 parent 269b156 commit 8fd487e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public override void registerEvaluationUnits(EvaluationUnitManager mngr)
evaluationUnit.Icon = FemDesign.Properties.Resources.Config;
mngr.RegisterUnit(evaluationUnit);

evaluationUnit.RegisterInputParam(new Param_Boolean(), "Calc. as solid", "Calc. as solid", "Calculate soil as solid element.\nDefault is False.", GH_ParamAccess.item);
evaluationUnit.RegisterInputParam(new Param_Boolean(), "CalcAsSolid", "CalcAsSolid", "Calculate soil as solid element.\nDefault is False.", GH_ParamAccess.item);
evaluationUnit.Inputs[evaluationUnit.Inputs.Count - 1].Parameter.Optional = true;
}

Expand Down
2 changes: 0 additions & 2 deletions femdesign-api.sln
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,9 @@ Global
{5425BE85-A616-4DC7-8E80-CB124C8320EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5425BE85-A616-4DC7-8E80-CB124C8320EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5425BE85-A616-4DC7-8E80-CB124C8320EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5425BE85-A616-4DC7-8E80-CB124C8320EC}.Release|Any CPU.Build.0 = Release|Any CPU
{BEC4FB61-E232-4680-8B90-F154BF3C5884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEC4FB61-E232-4680-8B90-F154BF3C5884}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEC4FB61-E232-4680-8B90-F154BF3C5884}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEC4FB61-E232-4680-8B90-F154BF3C5884}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 8fd487e

Please sign in to comment.