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

This commit is contained in:
sjplimp
2013-09-23 20:03:18 +00:00
parent 99f67ba8bb
commit 41356b5eed

View File

@ -2,23 +2,18 @@
#include <stdlib.h> #include <stdlib.h>
#include <iostream> #include <iostream>
#include <fstream.h> #include <fstream>
#include <string> #include <string>
#include <vector> #include <vector>
#include <cstring>
#include <cctype> #include <cctype>
#include <cstdlib> #include <cstdlib>
#include <map> #include <map>
#include <iomanip> #include <iomanip>
#include <algorithm> #include <algorithm>
#include <math.h> #include <cmath>
using namespace std; 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<string> sentence;
typedef vector<sentence> filedata; typedef vector<sentence> filedata;