Skip to content

Commit

Permalink
Apply clang formatting
Browse files Browse the repository at this point in the history
Refs #11056
  • Loading branch information
martyngigg committed Mar 11, 2016
1 parent 4b7f6c3 commit 9e34058
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Framework/MDAlgorithms/src/LoadSQW2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ DECLARE_FILELOADER_ALGORITHM(LoadSQW2)
/// Default constructor
LoadSQW2::LoadSQW2()
: API::IFileLoader<Kernel::FileDescriptor>(), m_file(), m_reader(),
m_outputWS(), m_nspe(0), m_uToRLU(), m_rluToU(),
m_outputFrame() {}
m_outputWS(), m_nspe(0), m_uToRLU(), m_rluToU(), m_outputFrame() {}

/// Default destructor
LoadSQW2::~LoadSQW2() {}
Expand Down Expand Up @@ -649,7 +648,7 @@ void LoadSQW2::readPixelDataIntoWorkspace() {
warnIfMemoryInsufficient(npixtot);
API::Progress status(this, 0.5, 1.0, npixtot);
status.setNotifyStep(0.01);

// Each pixel has 9 float fields. Do a chunked read to avoid
// using too much memory for the buffer and also split the
// boxes regularly to ensure that larger workspaces can be loaded
Expand Down

0 comments on commit 9e34058

Please sign in to comment.