Skip to content

Commit fcf5060

Browse files
Update ToLoadCombination.cs
1 parent ffab07c commit fcf5060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lusas_Adapter/Convert/ToBHoM/Loads/ToLoadCombination.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static LoadCombination ToLoadCombination(
6666
};
6767

6868
if (adapterNameId > int.MaxValue)
69-
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.");
69+
Engine.Base.Compute.RecordWarning($"The Number for {loadcase.Name} exceeds {int.MaxValue} and has been assigned {int.MaxValue}.");
7070

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

0 commit comments

Comments
 (0)