We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed6aff commit 8ffa631Copy full SHA for 8ffa631
1 file changed
core/PhysiCell_cell.h
@@ -262,7 +262,6 @@ void save_all_cells_to_matlab( std::string filename );
262
263
//function to check if a neighbor voxel contains any cell that can interact with me
264
bool is_neighbor_voxel(Cell* pCell, std::vector<double> myVoxelCenter, std::vector<double> otherVoxelCenter, int otherVoxelIndex);
265
-// bool is_neighbor_voxel(Cell* pCell, const std::vector<double>& myVoxelCenter, const std::vector<double>& otherVoxelCenter, int otherVoxelIndex); // Claude
266
267
268
extern std::unordered_map<std::string,Cell_Definition*> cell_definitions_by_name;
0 commit comments