Skip to content

Commit

Permalink
Correct member initialization order
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Jul 24, 2018
1 parent 7385d88 commit 4778d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ Model::Model(unsigned int width, unsigned int height) :
convolver(),
crop(true),
dry_run(false),
return_finesampled(true),
opencl_env(),
omp_threads(0),
profiles(),
return_finesampled(true)
profiles()
{
// no-op
}
Expand Down

0 comments on commit 4778d8d

Please sign in to comment.