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/Dynamic1D.java
73 73
    {
74 74
    if( vn==null )
75 75
      {
76
      vn = new Vector<VectorNoise>();
76
      vn = new Vector<>();
77 77
      for(int i=0; i<numPoints; i++) vn.add(new VectorNoise());
78 78
      }
79 79
    }

Also available in: Unified diff