Skip to content
Snippets Groups Projects
Commit f026e485 authored by mariuskern's avatar mariuskern
Browse files

RectangleFact fixed

parent f475c6eb
No related branches found
No related tags found
No related merge requests found
......@@ -70,16 +70,11 @@ public RectangleFact( string PidA, string PidB, string PidC) : base()
/// <param name="ServerDefinition">MMT URI as OMS</param>
public RectangleFact(string PidA, string PidB, string PidC, SOMDoc ServerDefinition) : base()
{
this.PidA = PidA;
this.PidB = PidB;
this.PidC = PidC;
this.ServerDefinition = ServerDefinition;
calculate_vectors();
}
/// \copydoc Fact.parseFact(ScrollFact)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment