adapted to the mathematics changes
This commit is contained in:
parent
3f363f54a1
commit
7b42db0f51
@ -69,7 +69,7 @@ public class TopoPlot extends Plot {
|
|||||||
* Defines the topology (by setting a specific problem) and draws the topology
|
* Defines the topology (by setting a specific problem) and draws the topology
|
||||||
*/
|
*/
|
||||||
public void setTopology(Interface2DBorderProblem problem, double[][] border) {
|
public void setTopology(Interface2DBorderProblem problem, double[][] border) {
|
||||||
double[] sizeXY=Mathematics.shiftRange(border);
|
double[] sizeXY=Mathematics.getAbsRange(border);
|
||||||
double deltaX = sizeXY[0]/gridx;
|
double deltaX = sizeXY[0]/gridx;
|
||||||
double deltaY = sizeXY[1]/gridy;
|
double deltaY = sizeXY[1]/gridy;
|
||||||
double[] pos = new double[2];
|
double[] pos = new double[2];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user