Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Mar 05, 2015
    • David Parsons's avatar
      Add static class Time · 2d056066
      David Parsons authored
      The time will be universal, accessible via Time::get_time()
      A time step goes by when someone (anyone) invoques Time::plusplus()
      2d056066
  2. Mar 04, 2015
  3. Feb 26, 2015
  4. Feb 25, 2015
  5. Feb 24, 2015
  6. Feb 23, 2015
    • Vincent Liard's avatar
      remove `const` from ae_individual in ae_stat_record ctor · df6e09ff
      Vincent Liard authored
      Taken from ae_stat_record.cpp:
      ae_stat_record::ae_stat_record(..., ae_individual * indiv,...)
      
      Nice. Except that the constness of indiv is abused. Later on:
      ae_genetic_unit& gen_unit = **indiv->get_genetic_unit_list_std().begin();
      ...
      _nb_bases_in_0_CDS = gen_unit.get_nb_bases_in_0_CDS()
      
      Where get_nb_bases_in_0_CDS() is NOT const and cannot (yet) be, because
      it calls compute_non_coding which alters ae_genetic_unit's state.
      
      Hence, a bit sad, I feel allowed to remove the `const` qualifier.
      df6e09ff
    • Vincent Liard's avatar
      remove ae_individual::get_nb_gen_units · a2624e7e
      Vincent Liard authored
      Besides being unused, this function was a duplicate of get_nb_genetic_units.
      a2624e7e
  7. Feb 20, 2015
  8. Feb 19, 2015
Loading