Skip to content

Commit

Permalink
STYLE: GCC picked up an old XCode pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
spinicist committed May 9, 2018
1 parent 3f4039f commit ce9ac08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Signals/Common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ using namespace Eigen;

namespace QI {

//******************************************************************************
#pragma mark Magnetisation Evolution Matrices, helper functions etc.
//******************************************************************************
/*
* Magnetisation Evolution Matrices, helper functions etc.
*/
typedef Matrix<double, 6, 6> Matrix6d;
typedef Matrix<double, 6, 1> Vector6d;
typedef Matrix<double, 9, 9> Matrix9d;
Expand Down

0 comments on commit ce9ac08

Please sign in to comment.