0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the Neback structure: a dynamically allocated array in C causes problems when it exists when the fortran code is executed. We therefore had to replace the dynamically allocated array Neback by a statically declared array Neback in arrays.inc. This array is put in a common block, so that it is available everywhere. More... over 16 years ago
dynamical allocation of Neback gave problems. Quick fix: it is now a part of the particle_data struct. This seems to work ok... More... over 16 years ago
minor mod (no clue what i changed there) More... over 16 years ago
removed a bug More... over 16 years ago
mods More... over 16 years ago
moved some vars to globals. More... over 16 years ago
removed the 1 offset. More... over 16 years ago
removed units_ again More... over 16 years ago
minor mods.. More... over 16 years ago
Added the make echo option. More... over 16 years ago
mods More... over 16 years ago
removed an units_.eunit More... over 16 years ago
minor mod. More... over 16 years ago
First attempt to put the radial velocity in the dens files. More... over 16 years ago
Added some verboseness. More... over 16 years ago
minor changes. More... over 16 years ago
minor mods. More... over 16 years ago
added itgas More... over 16 years ago
calculation of the specific energy was not good: needed to multiply epsilon with the mass before adding them together. More... over 16 years ago
I finally found the code causing an empty fort.2 to be created sometimes in the rundir. That is now fixed. More... over 16 years ago
Added an iterative loop. More... over 16 years ago
re-added makeflags, the template... as long as new things get added to the makeflags its not such a practicle way of doing things. More... over 16 years ago
changed the galaxyage variables to 1: galaxyagenow. More... over 16 years ago
mods. More... over 16 years ago
minor modifications to the header written. More... over 16 years ago
some modifications. More... over 16 years ago
Adapted to the hydget/gadra (whichever you prefer) units. More... over 16 years ago
Added the writecolumns file. More... over 16 years ago
removed a bug. More... over 16 years ago
Removed a bug. More... over 16 years ago