whitespace fixes
This commit is contained in:
@ -474,7 +474,7 @@ double PairBuckCoulCut::single(int i, int j, int itype, int jtype,
|
|||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|
||||||
void *PairBuckCoulCut::extract(const char *str, int &dim)
|
void *PairBuckCoulCut::extract(const char *str, int &dim)
|
||||||
{
|
{
|
||||||
dim = 2;
|
dim = 2;
|
||||||
if (strcmp(str,"a") == 0) return (void *) a;
|
if (strcmp(str,"a") == 0) return (void *) a;
|
||||||
if (strcmp(str,"c") == 0) return (void *) c;
|
if (strcmp(str,"c") == 0) return (void *) c;
|
||||||
|
|||||||
@ -1655,7 +1655,7 @@ extern "C" {
|
|||||||
(*matchlen)++;
|
(*matchlen)++;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user