Skip to content

Commit

Permalink
BUG: Revert Change to InsertPrecipitates Filter
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
  • Loading branch information
imikejackson committed May 17, 2024
1 parent 36dbf0f commit 018792f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ void InsertPrecipitatePhases::generate_precipitate(int32_t phase, Precip_t* prec
precip->m_AxisEulerAngles[1] = eulers[1];
precip->m_AxisEulerAngles[2] = eulers[2];
precip->m_Omega3s = omega3f;
precip->m_FeaturePhases = phase + m_FirstPrecipitateFeature;
precip->m_FeaturePhases = phase;
}

// -----------------------------------------------------------------------------
Expand Down

0 comments on commit 018792f

Please sign in to comment.