SNL-WaterPower / WecOptTool-MATLAB

WEC Design Optimization Toolbox
GNU General Public License v3.0
12 stars 9 forks source link

Use MATLAB types in online documentation #191

Closed H0R5E closed 3 years ago

H0R5E commented 3 years ago

Description

This commit changes any Python style types used in the online documentation to MATLAB types. Examples include float to double, bool to logical and int to int32.