Skip to content

bug fix

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

A number of small bugs fixed:

  • fixed bug in domain_fully_contains_cell, found by Tibo. Conditions for fully in domain are .not. <, so should be <=. RASCAS should now work with periodic conditions and one full box computational domain.
  • corrected computation of the extent of domains in CreateDomDump.f90
  • corrected recent bug fix create dom dump: when reading_method==fullbox arrays should not be deallocated

Merge request reports