git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14220 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-10-30 20:04:06 +00:00
parent 0aa77408f8
commit 354e20f431
1219 changed files with 10111 additions and 10111 deletions

View File

@ -14,7 +14,7 @@
#ifndef LMP_INPUT_H
#define LMP_INPUT_H
#include "stdio.h"
#include <stdio.h>
#include "pointers.h"
#include <map>
#include <string>
@ -33,7 +33,7 @@ class Input : protected Pointers {
void file(); // process all input
void file(const char *); // process an input script
char *one(const char *); // process a single command
void substitute(char *&, char *&, int &, int &, int);
void substitute(char *&, char *&, int &, int &, int);
// substitute for variables in a string
private: