Skip to content

Commit 6eac09e

Browse files
committed
added new name in include
1 parent 2f4545f commit 6eac09e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

stan/math/prim/prob/wiener4_lccdf_defective.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef STAN_MATH_PRIM_PROB_WIENER4_LCCDF_DEFECTIVE_HPP
22
#define STAN_MATH_PRIM_PROB_WIENER4_LCCDF_DEFECTIVE_HPP
33

4-
#include <stan/math/prim/prob/wiener4_lcdf.hpp>
4+
#include <stan/math/prim/prob/wiener4_lcdf_defective.hpp>
55

66
namespace stan {
77
namespace math {

stan/math/prim/prob/wiener_full_lccdf_defective.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef STAN_MATH_PRIM_PROB_WIENER_FULL_LCCDF_DEFECTIVE_HPP
22
#define STAN_MATH_PRIM_PROB_WIENER_FULL_LCCDF_DEFECTIVE_HPP
33

4-
#include <stan/math/prim/prob/wiener4_lccdf.hpp>
5-
#include <stan/math/prim/prob/wiener_full_lcdf.hpp>
4+
#include <stan/math/prim/prob/wiener4_lccdf_defective.hpp>
5+
#include <stan/math/prim/prob/wiener_full_lcdf_defective.hpp>
66

77
namespace stan {
88
namespace math {

stan/math/prim/prob/wiener_full_lcdf_defective.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef STAN_MATH_PRIM_PROB_WIENER_FULL_LCDF_DEFECTIVE_HPP
22
#define STAN_MATH_PRIM_PROB_WIENER_FULL_LCDF_DEFECTIVE_HPP
33

4-
#include <stan/math/prim/prob/wiener4_lcdf.hpp>
4+
#include <stan/math/prim/prob/wiener4_lcdf_defective.hpp>
55
#include <stan/math/prim/prob/wiener_full_lpdf.hpp>
66

77
namespace stan {

0 commit comments

Comments
 (0)