rename k0 to k in improper_class2.cpp
This commit is contained in:
committed by
GitHub
parent
18cd31d811
commit
7e0f067b74
@ -851,7 +851,7 @@ void ImproperClass2::write_data(FILE *fp)
|
||||
void *ImproperClass2::extract(const char *str, int &dim)
|
||||
{
|
||||
dim = 1;
|
||||
if (strcmp(str, "k0") == 0) return (void *) k0;
|
||||
if (strcmp(str, "k") == 0) return (void *) k0;
|
||||
if (strcmp(str, "chi0") == 0) return (void *) chi0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user