Skip to content

Towards version 0.3

Leo Michel-Dansac requested to merge dev-leo into master

This is a MAJOR update with the renaming of some executable codes, including the main one!!!

It comes with a major cleaning of all files in f90, including:

  • the removing of many commented lines from the development and debug phases
  • the explicit declaration of the integer kindness
  • the translation of some remaining French comments into English
  • the renaming of some subroutines and functions
  • the adding of some parameters files as example
  • some improvements in the logs and the verbose mode
  • the implementation of some basic optimization tricks

There is still work to do in module_ramses.f90 and PhotonsFromStars.f90 that are being developed by JB in branch PhotICs.

Also, development is planned in ExtractSubvol.f90, but we need to discuss some issues with module_ramses.f90.

Finally, at some point, all the preprocessor compilation options -DDEBUG should be removed.

Merge request reports