Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/teuben/nemo
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Nov 20, 2023
2 parents 75a6a22 + 3dd69f4 commit ce5ce03
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/whatsnew.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ <H1> What's New in NEMO </H1>
<A NAME=4_4_1>

<H2> 4.4.2: in github</H2>
<UL>
<UL>
<LI> (Oct 12, 2023) fix density of hackdens, which assumed mass = nbody
<LI> (Oct 11, 2023) add qtrun as modern alternative to tkrun
<LI> (Jul 7, 2023) python install now places the python_start.[c]sh scripts inside the anaconda3 directory
</UL>
Expand Down
1 change: 1 addition & 0 deletions src/tutor/main/nemomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* 22-oct-90 V1.0 Created PJT
* 21-may-92 V1.1 added usage PJT
* 12-feb-95 V1.2 added format= PJT
* 30-aug-23 V1.3 added a,b,c PJT
*/

#include <stdinc.h> /* standard NEMO include */
Expand Down
3 changes: 3 additions & 0 deletions text/savekeys.design
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ is a filename controlled with the PPID, which in bash should be something like
export NEMOVAR=/dev/shm/nemovar_$$.$USER

Writing should be done with an exclusive lock. Reading can be done at will.
This implies - for the simple file based version - that this system cannot
be used for pipe, viz.




Expand Down
2 changes: 1 addition & 1 deletion usr/jfwallin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ install: JSPAM

run1:
jspam
(rm a.snap; tabtos a.101 a.snap block1=pos,vel)
(rm a.snap; tabtos a.101 a.snap block1=pos,vel; snapplot3 a.snap)

0 comments on commit ce5ce03

Please sign in to comment.