Changeset ac6d04 for src/interface/interface_particles_cf.cpp
- Timestamp:
- Apr 10, 2012, 1:55:49 PM (14 years ago)
- Children:
- a40eea
- Parents:
- d24c2f
- File:
-
- 1 edited
-
src/interface/interface_particles_cf.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/interface/interface_particles_cf.cpp
rd24c2f rac6d04 12 12 #ifdef HAVE_MPI 13 13 #include <mpi.h> 14 #ifdef HAVE_MARMOT 15 #include <enhancempicalls.h> 16 #include <sourceinfompicalls.h> 17 #endif 14 18 #endif 15 19 … … 119 123 comm->Register("COMM"); 120 124 121 Interface* interface = new InterfaceParticles(boundary, 2, max_level, 0.0, 1.0, near_field_cells );125 Interface* interface = new InterfaceParticles(boundary, 2, max_level, 0.0, 1.0, near_field_cells, 0, 1.0); 122 126 MG::SetInterface(interface, comm); 123 127
Note:
See TracChangeset
for help on using the changeset viewer.
