Skip to content

Commit 48fdd01

Browse files
Add warning for BarPointLoad where only parametric ditances are supported
1 parent 83b9306 commit 48fdd01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MidasCivil_Adapter/CRUD/Create/Loads/BarPointLoads.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ private bool CreateCollection(IEnumerable<BarPointLoad> barPointLoads)
9191
CompareLoadGroup(midasLoadGroup, loadGroupPath);
9292
RemoveEndOfDataString(barLoadPath);
9393
File.AppendAllLines(barLoadPath, midasBarLoads);
94+
95+
Compute.RecordWarning("MidasCivil only supports parametric distances with BarPointLoads.");
9496
}
9597

9698
return true;

0 commit comments

Comments
 (0)