Skip to content

Commit

Permalink
Update src/coreComponents/unitTests/fluidFlowTests/testCompFlowUtils.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
CusiniM authored Aug 10, 2024
1 parent b711a87 commit 17cc023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void setNumericalJacobianValue( localIndex const rowIndex,
forAll< parallelDevicePolicy<> >( 1, [=] GEOS_HOST_DEVICE ( localIndex const k )
{
GEOS_UNUSED_VAR( k );
jacobian.addToRow< parallelDeviceAtomic >( row, &colIndex, &val, 1 );
jacobian.addToRow< parallelDeviceAtomic >( rowIndex, &colIndex, &val, 1 );
// jacobian.removeNonZero( rowIndex, colIndex );
// jacobian.insertNonZero( rowIndex, colIndex, val );
} );
Expand Down

0 comments on commit 17cc023

Please sign in to comment.