d-meiser / cold-atoms

A tool box for cold-atom simulations.
GNU General Public License v3.0
12 stars 5 forks source link

Fix a couple of double to float warnings #59

Closed d-meiser closed 6 years ago

d-meiser commented 6 years ago

appveyor shows these warnings:

src/coldatoms_lib/coldatoms_lib.c(10271) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data src/coldatoms_lib/coldatoms_lib.c(10277) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data

d-meiser commented 6 years ago

These warnings come from cython generated code. Would be a waste of time to track these down I think.