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/Dynamic2D.java
80 80
    {
81 81
    if( vn==null )
82 82
      {
83
      vn = new Vector<VectorNoise>();
83
      vn = new Vector<>();
84 84
      for(int i=0; i<numPoints; i++) vn.add(new VectorNoise());
85 85
      }
86 86
    }

Also available in: Unified diff