Skip to content

Commit

Permalink
style: sort objects
Browse files Browse the repository at this point in the history
  • Loading branch information
lvmcerisy committed Feb 23, 2024
1 parent d40f410 commit 4b2b415
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions inc/PMNS_NUNM.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,17 @@ namespace OscProb {
virtual matrixD ProbMatrix(int nflvi, int nflvf);

protected:
int fscale;
virtual void UpdateHam();
virtual void Propagate();
virtual void PropagatePath(NuPath p);
double fracVnc; // set fraction of matter potential affecting NC
vectorC ApplyAlphaDagger(vectorC fState);
vectorC ApplyAlpha(vectorC fState);
void InitMatrix();

int fscale;
double fracVnc; // set fraction of matter potential affecting NC
vectorC fNuStateBuffer;

Eigen::Matrix<std::complex<double>, 3, 3> X;
Eigen::Matrix<std::complex<double>, 3, 3> Alpha;
Eigen::Matrix<std::complex<double>, 3, 3> V;
Expand Down

0 comments on commit 4b2b415

Please sign in to comment.