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:
commit
0e4812014a
|
@ -324,6 +324,13 @@ HybridIA:
|
|||
- master
|
||||
- release
|
||||
|
||||
TextureComponents:
|
||||
stage: spectral
|
||||
script: TextureComponents/test.py
|
||||
except:
|
||||
- master
|
||||
- release
|
||||
|
||||
###################################################################################################
|
||||
Marc_compileIfort2014:
|
||||
stage: compileMarc2014
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
926
src/math.f90
926
src/math.f90
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue