mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2752 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
4345f327b5
commit
b3884b1b57
|
@ -18,6 +18,7 @@
|
|||
#include "colmatmap.h"
|
||||
#include "colmatrix.h"
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include "rowmatrix.h"
|
||||
#include <iostream>
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
|
||||
#include "mat3x3.h"
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
*_________________________________________________________________________*/
|
||||
|
||||
#include "mat4x4.h"
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
*_________________________________________________________________________*/
|
||||
|
||||
#include "mat6x6.h"
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "matrix.h"
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include "matrixfun.h"
|
||||
#include <math.h>
|
||||
#include "fastmatrixops.h"
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#define _POEMSLIST_H_
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
#include "poemsobject.h"
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
|
||||
POEMSObject::POEMSObject(){
|
||||
name = 0;
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include "rowmatrix.h"
|
||||
#include "colmatrix.h"
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
*_________________________________________________________________________*/
|
||||
|
||||
#include "vect3.h"
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
*_________________________________________________________________________*/
|
||||
|
||||
#include "vect4.h"
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
*_________________________________________________________________________*/
|
||||
|
||||
#include "vect6.h"
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include "virtualcolmatrix.h"
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "virtualmatrix.h"
|
||||
#include "matrixfun.h"
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "virtualrowmatrix.h"
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
Loading…
Reference in New Issue