Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Commit e884c63

Browse files
author
David Blom
committed
Fix bug found by clang static analyzer (fixes #240) (#241)
1 parent ce146ca commit e884c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/testsuite-sdc/Piston.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Piston::Piston(
3333
endTime( nbTimeSteps * dt ),
3434
k( 0 ),
3535
solStages(),
36-
timeIntegrationScheme( false )
36+
timeIntegrationScheme( nullptr )
3737
{
3838
assert( nbTimeSteps > 0 );
3939
assert( dt > 0 );

0 commit comments

Comments
 (0)