Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
- allow more cells to be created
- add Fresnel zone
- add 4-psi alone
  • Loading branch information
Shane Zhang committed Dec 19, 2018
1 parent 1b63a1b commit 8b9b7c2
Show file tree
Hide file tree
Showing 16 changed files with 508 additions and 124 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
INST_DIR = ../bin
BIN = tomo_sp_cu_s

fflags = -O -ffixed-line-length-none
fflags = -O2 -ffixed-line-length-none

FFLAGS = $(DBG) $(fflags) $(shlib)

Expand All @@ -15,7 +15,7 @@ DBG =
FOBJS = tomo_sp_cu.o help.o init.o menu.o set_defaults.o reader.o \
m1.o rejector.o rejedel.o perc_map.o swt_sph.o line.o \
tria.o driver_2.o trass.o model.o spl.o cell_a.o \
get_slow.o function.o matrix.o ec.o \
fresnel.o function.o matrix.o ec.o \
res_anal.o res_form.o res_tria.o res_outp.o

$(BIN) : $(FOBJS)
Expand Down
Loading

0 comments on commit 8b9b7c2

Please sign in to comment.