FIXING STUFF!

Rename should be complete or almost so.
This commit is contained in:
2008-12-05 22:07:56 +00:00
parent 1eabbc5c48
commit 7e6bac20e1
42 changed files with 148 additions and 148 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import sys
from getopt import getopt
def show_help():
print "mat2ftsv - Matlab matrix to fluents dataset converter."
print "mat2ftsv - Matlab matrix to laydi dataset converter."
print
print "Usage: mat2ftsv <mat-file> [<matfile> ...]"
print
@@ -26,7 +26,7 @@ if len(params) == 0:
from scipy import io
from numpy import ndarray
from fluents import dataset
from laydi import dataset
fn_in = params[0]
data = io.loadmat(fn_in)