for (int j = 0; j < forces.size(); j++) {
if (forces.get(j) instanceof ConstantForce){
forces.set(j, new ConstantForceRelativistic(s.getSpeedOfLight()));
}
if (forces.get(j) instanceof SimpleGridForce){
forces.set(j, new SimpleGridForceRelativistic(s));
}
}
}
switch(i) {
case 1: