forked from lijiext/lammps
Fix whitespace
This commit is contained in:
parent
52f5968695
commit
2ed8652545
|
@ -3492,7 +3492,7 @@ void PairAIREBO::read_file(char *filename)
|
|||
*params[i] = reader.next_double();
|
||||
}
|
||||
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// gC spline
|
||||
current_section = "gC spline";
|
||||
|
|
|
@ -40,7 +40,7 @@ namespace LAMMPS_NS
|
|||
|
||||
void skip_line();
|
||||
char * next_line(int nparams = 0);
|
||||
|
||||
|
||||
void next_dvector(double * list, int n);
|
||||
ValueTokenizer next_values(int nparams, const std::string & seperators = TOKENIZER_DEFAULT_SEPERATORS);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue