381382383384385386387388389390391
} public FEPoint safelyGetPoint(int i) { FEPointList fepl = getFEPointList(); return fepl.safelyGetPoint(i); } public void setNumberOfElements(int number_of_elements) { this.number_of_curves = number_of_elements; }