Version:1.2.9
This commit is contained in:
Anthony Scemama 2011-12-13 21:32:00 +01:00
parent ac5f474fed
commit 0262309896
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
# scemama@irsamc.ups-tlse.fr
import os
NTHREADS=int(os.getenv('OMP_NUM_THREADS',2))
NTHREADS=1 #int(os.getenv('OMP_NUM_THREADS',1))
def strip(x):
return x.strip()

View File

@ -1 +1 @@
version = "1.2.8"
version = "1.2.9"