Skip to content

Commit

Permalink
Add empirical function
Browse files Browse the repository at this point in the history
  • Loading branch information
nqdu committed Dec 2, 2020
1 parent c063fe5 commit 97c125b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/bkg_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ class MOD3d{

void add_regularization(csr_matrix<float> &smat,float smooth);

void empirical_relation(float plat,float plon,float pdep,float beta,
void empirical(float plat,float plon,float pdep,float beta,
float &alpha,float &rho);
};
4 changes: 2 additions & 2 deletions src/utils/bkg_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ void MOD3d::add_regularization(csr_matrix<float> &smat,float weight)
}

void MOD3d::
empirical_relation(float plat,float plon,float pdep,float beta,
empirical(float plat,float plon,float pdep,float beta,
float &alpha,float &rho)
{

}

0 comments on commit 97c125b

Please sign in to comment.