Skip to content

Commit

Permalink
more updates #498
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Jul 23, 2024
1 parent 41c70aa commit bf0cb08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEV_NOTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,5 @@ and then [reload all Maven projects](#reload-all-maven-projects).

- [LPhy home page](https://linguaphylo.github.io/)


- [Well-calibrated study](https://www.biorxiv.org/content/10.1101/2024.02.11.579856v1.full)

5 changes: 3 additions & 2 deletions DEV_NOTE2.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@ implementing the LPhy object that calls this method.

### Inheritance

You can use the Java Inheritance to reuse the code, such as []

You can use Java inheritance to reuse code.
For example, the [RateMatrix](https://github.com/LinguaPhylo/linguaPhylo/blob/41c70aaee60032e9a9cdbb77b4a8a47b2b7b8d86/lphy-base/src/main/java/lphy/base/evolution/substitutionmodel/RateMatrix.java),
class is the parent class of most substitution models.

### Overload

Expand Down

0 comments on commit bf0cb08

Please sign in to comment.