Skip to content
Snippets Groups Projects

Exchange troubled cell

Merged Robert K requested to merge feature/exchange-troubled-cell into master
5 files
+ 9
8
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -183,7 +183,7 @@ namespace Fem
}
}
void setTroubledCellIndicator(TroubledCellIndicatorType *indicator)
void setTroubledCellIndicator(TroubledCellIndicatorType indicator)
{
fullOperator_.setTroubledCellIndicator(indicator);
explOperator_.setTroubledCellIndicator(indicator);
Loading