Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe1ecd7

Browse files
committed
update copyright year and linting
1 parent0d7c51f commitbe1ecd7

38 files changed

+48
-53
lines changed

‎inst/include/ILnumber.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 -2024 Thijs Janzen
1+
// Copyright 2022 -2025 Thijs Janzen
22
// This program is free software: you can redistribute it and/or modify
33
// it under the terms of the GNU General Public License as published by
44
// the Free Software Foundation, either version 3 of the License, or

‎inst/include/L2newick.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 -2024 Thijs Janzen
1+
// Copyright 2022 -2025 Thijs Janzen
22
// This program is free software: you can redistribute it and/or modify
33
// it under the terms of the GNU General Public License as published by
44
// the Free Software Foundation, either version 3 of the License, or

‎inst/include/avgladder.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 -2024 Thijs Janzen
1+
// Copyright 2022 -2025 Thijs Janzen
22
// This program is free software: you can redistribute it and/or modify
33
// it under the terms of the GNU General Public License as published by
44
// the Free Software Foundation, either version 3 of the License, or

‎inst/include/b1.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 -2024 Thijs Janzen
1+
// Copyright 2022 -2025 Thijs Janzen
22
// This program is free software: you can redistribute it and/or modify
33
// it under the terms of the GNU General Public License as published by
44
// the Free Software Foundation, either version 3 of the License, or

‎inst/include/beta.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 -2024 Thijs Janzen
1+
// Copyright 2022 -2025 Thijs Janzen
22
// This program is free software: you can redistribute it and/or modify
33
// it under the terms of the GNU General Public License as published by
44
// the Free Software Foundation, either version 3 of the License, or

‎inst/include/binom.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 -2024 Thijs Janzen
1+
// Copyright 2022 -2025 Thijs Janzen
22
// This program is free software: you can redistribute it and/or modify
33
// it under the terms of the GNU General Public License as published by
44
// the Free Software Foundation, either version 3 of the License, or

‎inst/include/branching_times.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 -2024 Thijs Janzen
1+
// Copyright 2022 -2025 Thijs Janzen
22
// This program is free software: you can redistribute it and/or modify
33
// it under the terms of the GNU General Public License as published by
44
// the Free Software Foundation, either version 3 of the License, or

‎inst/include/centralities.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 -2024 Thijs Janzen
1+
// Copyright 2022 -2025 Thijs Janzen
22
// This program is free software: you can redistribute it and/or modify
33
// it under the terms of the GNU General Public License as published by
44
// the Free Software Foundation, either version 3 of the License, or

‎inst/include/cherries.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 -2024 Thijs Janzen
1+
// Copyright 2022 -2025 Thijs Janzen
22
// This program is free software: you can redistribute it and/or modify
33
// it under the terms of the GNU General Public License as published by
44
// the Free Software Foundation, either version 3 of the License, or

‎inst/include/colless.h‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 -2024 Thijs Janzen
1+
// Copyright 2022 -2025 Thijs Janzen
22
// This program is free software: you can redistribute it and/or modify
33
// it under the terms of the GNU General Public License as published by
44
// the Free Software Foundation, either version 3 of the License, or
@@ -428,13 +428,14 @@ namespace correction {
428428
doublecorrect_pda(double Ic,size_t num_tips) {// colless corrections
429429
double denom =powf(num_tips,1.5f);
430430
return1.0 * Ic / denom;
431-
}
431+
}
432432

433-
doublecorrect_yule(double Ic,size_t num_tips) {
433+
doublecorrect_yule(double Ic,size_t num_tips) {
434434
staticconstdouble g =0.577215664901532;
435435
auto output = (Ic -
436436
num_tips *log(num_tips) -
437437
num_tips * (g -1 -log(2))) / num_tips;
438438
return output;
439-
}
439+
}
440+
440441
}// namespace correction

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp