diff --git a/src/population.h b/src/population.h index 90f4396..ebc77cf 100644 --- a/src/population.h +++ b/src/population.h @@ -716,7 +716,7 @@ void population::read_selection_file ( string selection_file, int num_anc ) { } } - else if ( type = 'N' ) { + else if ( type == 'N' ) { mni new_mni ; line_stream >> new_mni.chromosome >> new_mni.position ;