forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10826 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
99f67ba8bb
commit
41356b5eed
|
@ -2,23 +2,18 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <iostream>
|
||||
#include <fstream.h>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
#include <cctype>
|
||||
#include <cstdlib>
|
||||
#include <map>
|
||||
#include <iomanip>
|
||||
#include <algorithm>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
using namespace std;
|
||||
using std::cout;
|
||||
using std::cin;
|
||||
using std::endl;
|
||||
using std::string;
|
||||
using std::cerr;
|
||||
using std::vector;
|
||||
|
||||
typedef vector<string> sentence;
|
||||
typedef vector<sentence> filedata;
|
||||
|
|
Loading…
Reference in New Issue