We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fab47 commit b134076Copy full SHA for b134076
entrypoint.sh
@@ -138,8 +138,8 @@ do
138
-e "save_(reflns|diffrn_reflns)[.]limit_index_m_[1-9]_(min|max): .+ not contain evaluation" \
139
-e "save_(refln|diffrn_refln|diffrn_standard_refln|exptl_crystal_face|twin_refln)[.]index_m_[1-9]: .+ not contain evaluation" \
140
`# _type.dimension is provided in a dREL method` \
141
- -e "save_.+(q_coeff|global_phase_list|m_list|max_list|min_list|matrix_w).+ '_type.dimension' should be specified"
142
- | sponge "${OUT_FILE}"
+ -e "save_.+(q_coeff|global_phase_list|m_list|max_list|min_list|matrix_w).+ '_type.dimension' should be specified" |
+ sponge "${OUT_FILE}"
143
if [ -s "${OUT_FILE}" ]
144
then
145
echo "Dictionary check detected the following irregularities:";
0 commit comments