Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add flag -Wno-error=unused-but-set-variable if gcc >=4.6
[simgrid.git] / examples / commTime / FinalizeTask.java
index b7878fd..108bf48 100644 (file)
@@ -5,7 +5,8 @@
  * under the terms of the license (GNU LGPL) which comes with this package. 
  */
 
-import simgrid.msg.*;
+package commTime;
+import org.simgrid.msg.*;
 
 public class FinalizeTask extends Task {       
    public FinalizeTask() {