Merge branch '12-fixOrientationSampling' into 'development'

Resolve "Fix and improve random orientation generation"

Closes #12

See merge request damask/DAMASK!21
This commit is contained in:
Franz Roters 2018-05-14 16:39:18 +02:00
commit 0e4812014a
3 changed files with 442 additions and 493 deletions

View File

@ -324,6 +324,13 @@ HybridIA:
- master
- release
TextureComponents:
stage: spectral
script: TextureComponents/test.py
except:
- master
- release
###################################################################################################
Marc_compileIfort2014:
stage: compileMarc2014

View File

@ -23,7 +23,7 @@ if which $1 &> /dev/null; then
$1 $2
echo -e '\n'
else
echo $ does not exist
echo $1 not found
fi
}

File diff suppressed because it is too large Load Diff