Changeset 185 for cpp/frams/genetics/fF/conv_fF.cpp
- Timestamp:
- 03/19/14 00:14:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fF/conv_fF.cpp
r178 r185 7 7 #include <frams/model/model.h> 8 8 #include <common/nonstd_stl.h> 9 #include <common/Convert.h> 9 10 10 11 GenoConv_fF0::GenoConv_fF0() … … 126 127 double angle; 127 128 128 angle = atan2(pzyprim, pzxprim);129 angle = Convert::atan_2(pzyprim, pzxprim); 129 130 double alpha = angle - alpha_; 130 131
Note: See TracChangeset
for help on using the changeset viewer.