ComputationalRadiationPhysics / student_project_python_bindings

The student project investigates the performance and memory handling of Python bindings for CUDA C++ code created with pybind11.
GNU General Public License v3.0
1 stars 0 forks source link

Replace C cast with C++ cast #6

Closed SimeonEhrig closed 3 years ago

SimeonEhrig commented 3 years ago

Please replace the C casts (e.g. (int)x) with C++ casts (e.g. static_cast<int>(x))

SimeonEhrig commented 3 years ago

solved in 3dc70867695483fb9a2e4d3ca0c0ace0520c1ef6