Skip to content

Commit 8ffa631

Browse files
committed
cleanup
1 parent 1ed6aff commit 8ffa631

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/PhysiCell_cell.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ void save_all_cells_to_matlab( std::string filename );
262262

263263
//function to check if a neighbor voxel contains any cell that can interact with me
264264
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
266265

267266

268267
extern std::unordered_map<std::string,Cell_Definition*> cell_definitions_by_name;

0 commit comments

Comments
 (0)