Fix typos.
This commit is contained in:
@ -210,7 +210,7 @@ void PairLambdaInputAPIP::calculate_time_per_atom()
|
|||||||
void *PairLambdaInputAPIP::extract(const char *str, int &dim)
|
void *PairLambdaInputAPIP::extract(const char *str, int &dim)
|
||||||
{
|
{
|
||||||
dim = 0;
|
dim = 0;
|
||||||
if (strcmp(str, "lambda_input/apip:time_per_atom") == 0) {
|
if (strcmp(str, "lambda/input/apip:time_per_atom") == 0) {
|
||||||
calculate_time_per_atom();
|
calculate_time_per_atom();
|
||||||
return (void *) &time_per_atom;
|
return (void *) &time_per_atom;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -301,7 +301,7 @@ void PairLambdaZoneAPIP::calculate_time_per_atom()
|
|||||||
void *PairLambdaZoneAPIP::extract(const char *str, int &dim)
|
void *PairLambdaZoneAPIP::extract(const char *str, int &dim)
|
||||||
{
|
{
|
||||||
dim = 0;
|
dim = 0;
|
||||||
if (strcmp(str, "lambda_zone/apip:time_per_atom") == 0) {
|
if (strcmp(str, "lambda/zone/apip:time_per_atom") == 0) {
|
||||||
calculate_time_per_atom();
|
calculate_time_per_atom();
|
||||||
return (void *) &time_per_atom;
|
return (void *) &time_per_atom;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user