Skip to content

Commit

Permalink
Update ToLoadCombination.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjamesnugent authored and Fraser Greenroyd committed Mar 23, 2023
1 parent d6359a0 commit 8322545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lusas_Adapter/Convert/ToBHoM/Loads/ToLoadCombination.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static LoadCombination ToLoadCombination(
};

if (adapterNameId > int.MaxValue)
Engine.Base.Compute.RecordWarning($"The Number for {loadcase.Name} exceeds {int.MaxValue} and has been assigned {int.MaxValue}. Please verify the Load Combinations are still valid.");
Engine.Base.Compute.RecordWarning($"The Number for {loadcase.Name} exceeds {int.MaxValue} and has been assigned {int.MaxValue}.");

loadCombination.SetAdapterId(typeof(LusasId), adapterNameId);

Expand Down

0 comments on commit 8322545

Please sign in to comment.