18 if len(argv) < 2
or len(argv) > 3:
25 small = float(argv[2])
33 entries = sum([l.strip().
split()
for l
in lines], [])
34 floats = [float(e)
for e
in entries]
39 pr(
"Value too large: ",
str(fl))
str
Definition: compute_granudrum_aor.py:141
def pr(*args)
Definition: fpsmall.py:11
def main(argv)
Definition: fpsmall.py:16
void split(const DoubleVector &in_vector, Vector< DoubleVector * > &out_vector_pt)
Definition: double_vector.cc:1413