DTUWindEnergy / BasicDTUController

This repository is no longer being updated, and has been moved to DTU Wind Energy's GitLab server: https://gitlab.windenergy.dtu.dk/OpenLAC/BasicDTUController
GNU General Public License v3.0
23 stars 23 forks source link

trim white spaces, make sure all doubles are declared with _mk #5

Closed davidovitch closed 7 years ago

davidovitch commented 8 years ago

For consistency, make sure all doubles are of type _mk. Since HAWC2 is expecting all of the DLL IO to be of type doubles, only use doubles and do not use integers for status flags.

Since many editors auto trim trailing spaces (they are totally redundant), there are also a number of trailing white space "fixes".

@mhmdmirzaei, can you review this PR?

davidovitch commented 8 years ago

see also #4