Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydumont committed Jul 9, 2014
1 parent d08ce01 commit ee196e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions wignerSymbols.cpp
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*******************************************************-/
* This source code is subject to the terms of the GNU -/
* Lesser Public License. If a copy of the LGPL was not-/
* distributed with this file, you can obtain one at -/
* https://www.gnu.org/licenses/lgpl.html -/
* Lesser Public License. If a copy of the LGPL was not -/
* distributed with this file, you can obtain one at -/
* https://www.gnu.org/licenses/lgpl.html. -/
********************************************************/

#include "wignerSymbols.h"

namespace WignerSymbols {
std::vector<double> wigner3j(double l2, double l3,
double m1, double m2, double m3)
double m1, double m2, double m3)
{
// We compute the numeric limits of double precision.
double huge = std::numeric_limits<double>::max();
Expand Down Expand Up @@ -493,4 +493,4 @@ double wigner6j_auxB(double l1, double l2, double l3,

return (T0*(T1*T2+T3*T4+T5*T6-T7));
}
}
}
8 changes: 4 additions & 4 deletions wignerSymbols.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*******************************************************-/
* This source code is subject to the terms of the GNU -/
* Lesser Public License. If a copy of the LGPL was not-/
* distributed with this file, you can obtain one at -/
* https://www.gnu.org/licenses/lgpl.html -/
* Lesser Public License. If a copy of the LGPL was not -/
* distributed with this file, you can obtain one at -/
* https://www.gnu.org/licenses/lgpl.html. -/
********************************************************/

#ifndef WIGNER_SYMBOLS_H
Expand Down Expand Up @@ -78,4 +78,4 @@ template <typename T> double sgn(T val) {
}
}

#endif // WIGNER_SYMBOLS_H
#endif // WIGNER_SYMBOLS_H

0 comments on commit ee196e5

Please sign in to comment.