Skip to content
Snippets Groups Projects
Commit 41356b5e authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10826 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 99f67ba8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment