]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/PipeFlowAnimation.java
Set copyright texts for java files in the latest development branches.
[simantics/3d.git] / org.simantics.proconf.processeditor / src / org / simantics / processeditor / animations / PipeFlowAnimation.java
index b1f4281eac9287258aa877892f5261ab58778b9b..ed5c216dd0d30dd39560a6e9487949f266d525ad 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007 VTT Technical Research Centre of Finland and others.\r
+ * Copyright (c) 2007- VTT Technical Research Centre of Finland.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
  * which accompanies this distribution, and is available at\r
@@ -76,7 +76,7 @@ public class PipeFlowAnimation implements Animatable{
        if (numParticles < 2)\r
                numParticles = 2;\r
        \r
-       particle = ParticleFactory.buildParticles("Animation of " + s.getResource().getResourceId(s.getGraph().getSession()),numParticles, ParticleGeometry.PT_QUAD);//new ParticleMesh("Animation of " + r.getId(),40);\r
+       particle = ParticleFactory.buildParticles("Animation of " + s.getResource().getResourceId(),numParticles, ParticleGeometry.PT_QUAD);//new ParticleMesh("Animation of " + r.getId(),40);\r
        particle.setEmissionDirection(VecmathJmeTools.get(dir).normalize());\r
        particle.setLocalTranslation(VecmathJmeTools.get(p1));\r
        particle.setEmitType(ParticleGeometry.ET_POINT);\r