Project

General

Profile

« Previous | Next » 

Revision bb7d8484

Added by Leszek Koltunski almost 8 years ago

Minor cleanup.

View differences:

src/main/java/org/distorted/library/type/Dynamic3D.java
87 87
    {
88 88
    if( vn==null )
89 89
      {  
90
      vn = new Vector<VectorNoise>();
90
      vn = new Vector<>();
91 91
      for(int i=0; i<numPoints; i++) vn.add(new VectorNoise());
92 92
      }
93 93
    }

Also available in: Unified diff