Skip to content

Commit

Permalink
trying to fix style complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Oct 11, 2024
1 parent f27e6c8 commit 7f72b3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions src/reaction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,10 @@ class RadiativeDecay : public Reaction {
// Excited levels based on NIST database
// Racah Paschen index
// Ar 1s1 n/a Ground state

// Ar(4s[3/2]2) 1s5 0 1st metastable
// Ar(4s[3/2]1) 1s4 0 1st resonacne

// Ar(4s'[1/2]0) 1s3 1 2nd metastable
// Ar(4s'[1/2]1) 1s2 1 2nd resonacne

// Ar(4p[1/2]1) 2p10 0 4p states
// Ar(4p[5/2]3) 2p9 1
// Ar(4p[5/2]2) 2p8 2
Expand Down
10 changes: 5 additions & 5 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ test_grad_LDADD = ../src/libtps.la
test_grad_LDADD += $(HDF5_LIBS)
test_grad_LDADD += $(GRVY_LIBS)

check_PROGRAMS += test_table
test_table_SOURCES = test_table.cpp
test_table_LDADD = ../src/libtps.la
test_table_LDADD += $(HDF5_LIBS)
test_table_LDADD += $(GRVY_LIBS)
#check_PROGRAMS += test_table
#test_table_SOURCES = test_table.cpp
#test_table_LDADD = ../src/libtps.la
#test_table_LDADD += $(HDF5_LIBS)
#test_table_LDADD += $(GRVY_LIBS)

check_PROGRAMS += test_lte_mixture
test_lte_mixture_SOURCES = test_lte_mixture.cpp
Expand Down

0 comments on commit 7f72b3c

Please sign in to comment.