Skip to content
Snippets Groups Projects
Commit b078b90d authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed wrong package in tests.

parent 93427023
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package orekit.rugged.core.dem;
package org.orekit.rugged.core.dem;
import org.apache.commons.math3.util.FastMath;
import org.orekit.rugged.api.RuggedException;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package orekit.rugged.core.dem;
package org.orekit.rugged.core.dem;
import org.orekit.rugged.core.dem.SimpleTile;
import org.orekit.rugged.core.dem.SimpleTileFactory;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package orekit.rugged.core.dem;
package org.orekit.rugged.core.dem;
import org.junit.Assert;
import org.junit.Test;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package orekit.rugged.core.dem;
package org.orekit.rugged.core.dem;
import org.apache.commons.math3.random.RandomGenerator;
import org.apache.commons.math3.random.Well19937a;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package orekit.rugged.core.duvenhage;
package org.orekit.rugged.core.duvenhage;
import java.lang.reflect.Field;
......
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