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/Dynamic4D.java
93 93
    {
94 94
    if( vn==null )
95 95
      {  
96
      vn = new Vector<VectorNoise>();
96
      vn = new Vector<>();
97 97
      for(int i=0; i<numPoints; i++) vn.add(new VectorNoise());
98 98
      }
99 99
    }

Also available in: Unified diff