added missing space in makefile, made removing of old files in Makefile silent and updated files for tests to current versions

This commit is contained in:
Martin Diehl 2012-05-23 18:08:34 +00:00
parent cfb3819856
commit 1003cfa7f8
2 changed files with 53 additions and 53 deletions

View File

@ -357,10 +357,10 @@ endif
$(PREFIX) $(COMPILERNAME) $(COMPILE) -c $< $(SUFFIX)
tidy:
rm -rf *.o
rm -rf *.mod
@rm -rf *.o
@rm -rf *.mod
clean:
rm -rf *.o
rm -rf *.mod
rm -rf *.exe
@rm -rf *.o
@rm -rf *.mod
@rm -rf *.exe

View File

@ -57,7 +57,7 @@ err_stress_tolrel 0.01 # relative tolerance for fulfillment of st
err_stress_tolabs 9.9e40 # absolute tolerance for fulfillment of stress BC
fftw_timelimit -1.0 # timelimit of plan creation for FFTW, see manual on www.fftw.org, Default -1.0: disable timelimit
rotation_tol 1.0e-12 # tolerance of rotation specified in loadcase, Default 1.0e-12: first guess
fftw_plan_mode FFTW_PATIENT# reads the planing-rigor flag, see manual on www.fftw.org, Default FFTW_PATIENT: use patient planner flag
fftw_plan_mode FFTW_PATIENT # reads the planing-rigor flag, see manual on www.fftw.org, Default FFTW_PATIENT: use patient planner flag
itmax 20 # Maximum iteration number
itmin 2 # Minimum iteration number
memory_efficient 1 # Precalculate Gamma-operator (81 double per point)