forked from lijiext/lammps
convert poems lib to use c++-style header includes
This commit is contained in:
parent
3394d18a2a
commit
f4d14c96e8
|
@ -16,7 +16,7 @@
|
|||
*_________________________________________________________________________*/
|
||||
|
||||
#include "eulerparameters.h"
|
||||
#include "math.h"
|
||||
#include <cmath>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*_________________________________________________________________________*/
|
||||
|
||||
#include "matrixfun.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include "fastmatrixops.h"
|
||||
#include <cstdlib>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include "system.h"
|
||||
#include "body.h"
|
||||
#include "joint.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
|
||||
System::System(){
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
#include <iomanip>
|
||||
|
||||
#include "poemslist.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
#include <iomanip>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in New Issue