March 30 2004 9:51:02.302 AM LATINIZE (FORTRAN90 version) Read a dataset of N points in M dimensions, modify it into a Latin hypercube, write the modified dataset to a file. Read the header of "cvt_03_00056.txt". Spatial dimension M = 3 Number of points N = 56 Read the data in "cvt_03_00056.txt". 5 by 5 portion of data read from file: Row 1 2 3 Col 1 0.117583 0.135099 0.386415 2 0.642257 0.867248 0.644473 3 0.367250 0.875752 0.844107 4 0.864110 0.362716 0.885397 5 0.123844 0.880777 0.647162 Latinized the data. 5 by 5 portion of Latinized data: Row 1 2 3 Col 1 0.625000E-01 0.133929 0.437500 2 0.687500 0.830357 0.669643 3 0.366071 0.848214 0.776786 4 0.830357 0.348214 0.937500 5 0.151786 0.901786 0.687500 Wrote the latinized data to "cvt_03_00056.latin.txt". LATINIZE Normal end of execution. March 30 2004 9:51:02.325 AM