Skip to content

Commit

Permalink
Renamed an example.
Browse files Browse the repository at this point in the history
  • Loading branch information
0tt3r committed Jan 6, 2017
1 parent 5d5f03a commit c69b9e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 126 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(ODIR)/%.o: $(SRCDIR)/%.c $(DEPS)
@mkdir -p $(@D)
${PETSC_COMPILE} -c -o $@ $< $(CFLAGS) ${PETSC_KSP_LIB} ${PETSC_CC_INCLUDES}

all: nv_cooling_7state nv_mech_polarization qd_plasmon nv_cooling_2state_tc_test rpurcell_ev rpurcell nv_cooling_2state simple_jc_test simple_jc_test_vec
all: nv_cooling_7state nv_mech_polarization qd_plasmon nv_cooling_2state_tc_test rpurcell_osci rpurcell nv_cooling_2state simple_jc_test simple_jc_test_vec

nv_cooling_7state: $(ODIR)/nv_cooling_7state.o $(OBJ)
-${CLINKER} -o $@ $^ $(CFLAGS) ${PETSC_KSP_LIB}
Expand All @@ -30,7 +30,7 @@ qd_plasmon: $(ODIR)/qd_plasmon.o $(OBJ)
nv_cooling_2state_tc_test: $(ODIR)/nv_cooling_2state_tc_test.o $(OBJ)
-${CLINKER} -o $@ $^ $(CFLAGS) ${PETSC_KSP_LIB}

rpurcell_ev: $(ODIR)/rpurcell_ev.o $(OBJ)
rpurcell_osci: $(ODIR)/rpurcell_osci.o $(OBJ)
-${CLINKER} -o $@ $^ $(CFLAGS) ${PETSC_KSP_LIB}

rpurcell: $(ODIR)/rpurcell.o $(OBJ)
Expand All @@ -49,4 +49,4 @@ simple_jc_test_vec: $(ODIR)/simple_jc_test_vec.o $(OBJ)

clean:
rm -f $(OBJ)
rm -f nv_cooling_7state nv_mech_polarization qd_plasmon nv_cooling_2state_tc_test rpurcell_ev rpurcell nv_cooling_2state simple_jc_test simple_jc_test_vec
rm -f nv_cooling_7state nv_mech_polarization qd_plasmon nv_cooling_2state_tc_test rpurcell_osci rpurcell nv_cooling_2state simple_jc_test simple_jc_test_vec
123 changes: 0 additions & 123 deletions src/rpurcell_ev.c

This file was deleted.

0 comments on commit c69b9e7

Please sign in to comment.