Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Perez committed Mar 22, 2024
1 parent 81b94ba commit 8ca2e94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build/*
build*
.*.swp
*.lst
*.d
Expand Down
1 change: 1 addition & 0 deletions doc/Sphinx/Overview/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Changes made in the repository (not released)
* Added the argument ``phase_offset`` in laser definitions such as ``LaserGaussian2D``.
* The ``LaserGaussianAM`` definition will only use one coordinate for its ``focus`` argument
(the transverse coordinate of the focus in this geometry is zero).
* Small improvements in PML for envelope model (AM and 2D).

* Bug fixes:

Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ uninstall_happi:
print-% :
$(info $* : $($*)) @true

env: print-VERSION print-SMILEICXX print-OPENMP_FLAG print-HDF5_ROOT_DIR print-FFTW3_LIB_DIR print-SITEDIR print-PYTHONEXE print-PY_CXXFLAGS print-PY_LDFLAGS print-CXXFLAGS print-LDFLAGS print-COMPILER_INFO
env: print-VERSION print-SMILEICXX print-OPENMP_FLAG print-HDF5_ROOT_DIR print-FFTW3_LIB_DIR print-SITEDIR print-PYTHONEXE print-PY_CXXFLAGS print-PY_LDFLAGS print-CXXFLAGS print-LDFLAGS print-GPU_COMPILER print-GPU_COMPILER_FLAGS print-COMPILER_INFO

#-----------------------------------------------------
# Smilei tables
Expand Down

0 comments on commit 8ca2e94

Please sign in to comment.