Changeset 9565ec for molecuilder/src/boundary.cpp
- Timestamp:
- Mar 3, 2010, 10:13:19 AM (16 years ago)
- Children:
- 5a40b8, 8758eb, bd506d
- Parents:
- 9f03b2
- File:
-
- 1 edited
-
molecuilder/src/boundary.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.cpp
r9f03b2 r9565ec 17 17 #include "tesselation.hpp" 18 18 #include "tesselationhelpers.hpp" 19 #include "World.hpp" 19 20 20 21 #include<gsl/gsl_poly.h> … … 805 806 int N[NDIM]; 806 807 int n[NDIM]; 807 double *M = ReturnFullMatrixforSymmetric( filler->cell_size);808 double *M = ReturnFullMatrixforSymmetric(World::get()->cell_size); 808 809 double Rotations[NDIM*NDIM]; 809 810 double *MInverse = InverseMatrix(M);
Note:
See TracChangeset
for help on using the changeset viewer.
