Skip to content

Commit

Permalink
Merge pull request #25 from prisms-center/v1.0
Browse files Browse the repository at this point in the history
fixed bug in CHAC_anisotropyRegularized that popped up when I was add…
  • Loading branch information
stvdwtt authored Aug 15, 2016
2 parents c043215 + e041f90 commit 4ec1454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions applications/CHAC_anisotropyRegularized/equations.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
// "modelResidualsList", a list of the value and gradient terms of the residual for
// each residual equation. The index for each variable in these lists corresponds to
// the order it is defined at the top of this file (starting at 0).template <int dim>
template <int dim>
void generalizedProblem<dim>::residualRHS(const std::vector<modelVariable<dim>> & modelVariablesList,
std::vector<modelResidual<dim>> & modelResidualsList,
dealii::Point<dim, dealii::VectorizedArray<double> > q_point_loc) const {
Expand Down
4 changes: 2 additions & 2 deletions tests/higher_order_element_tests/hoe_test_2D/visitlog.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Visit 2.7.0 log file
ScriptVersion = "2.7.0"
# Visit 2.7.3 log file
ScriptVersion = "2.7.3"
if ScriptVersion != Version():
print "This script is for VisIt %s. It may not work with version %s" % (ScriptVersion, Version())
ShowAllWindows()
Expand Down

0 comments on commit 4ec1454

Please sign in to comment.