Skip to content

Commit

Permalink
don't link on the missing default for spin (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Mar 21, 2024
1 parent b934b16 commit 81de2ad
Show file tree
Hide file tree
Showing 26 changed files with 15 additions and 15 deletions.
Binary file modified networks/CNO_extras/cno_extras.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified networks/CNO_extras/cno_extras_hide_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion networks/CNO_extras/partition_functions.H
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case C12:
Expand Down
2 changes: 1 addition & 1 deletion networks/ECSN/partition_functions.H
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case O16:
Expand Down
Binary file modified networks/He-C-Fe-group/He-C-Fe-group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion networks/He-C-Fe-group/partition_functions.H
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case C12:
Expand Down
Binary file modified networks/ase/ase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion networks/ase/partition_functions.H
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case C12:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case C12:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case C12:
Expand Down
Binary file modified networks/ignition_reaclib/URCA-medium/urca_medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case C12:
Expand Down
Binary file modified networks/nova/nova.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion networks/nova/partition_functions.H
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case C12:
Expand Down
Binary file modified networks/nova2/nova.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion networks/nova2/partition_functions.H
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case C12:
Expand Down
2 changes: 1 addition & 1 deletion networks/partition_test/partition_functions.H
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case Fe52:
Expand Down
2 changes: 1 addition & 1 deletion networks/sn160/partition_functions.H
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case C12:
Expand Down
2 changes: 1 addition & 1 deletion networks/subch_approx/partition_functions.H
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case C12:
Expand Down
Binary file modified networks/subch_approx/subch_approx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion networks/subch_base/partition_functions.H
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case C12:
Expand Down
Binary file modified networks/subch_base/subch_base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion networks/subch_full/partition_functions.H
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case C12:
Expand Down
Binary file modified networks/subch_full/subch_full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion networks/subch_simple/partition_functions.H
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ constexpr amrex::Real get_spin_state(const int inuc) {

amrex::Real spin = -1.0;

switch (inuc) {
switch (inuc) { // NOLINT(bugprone-switch-missing-default-case)

case He4:
case C12:
Expand Down
Binary file modified networks/subch_simple/subch_simple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81de2ad

Please sign in to comment.