vbr-calc / vbr

The Very Broadband Rheology Calculator (VBRc): for fitting experimental data and measured properties in the Earth's upper mantle!
MIT License
20 stars 15 forks source link

typo in `thermal_expansion_coefficient.m` #129

Closed chrishavlin closed 3 months ago

chrishavlin commented 3 months ago

The docstring has:

    % Output
    % -------
    % Rho : scalar or array
    %     density in same units as input density

but the output is actually the coefficient of thermal expansion. Need to fix that. This is in vbr/vbrCore/functions/density/thermal_expansion_coefficient.m

phershbe commented 3 months ago

I am a self-taught developer who stopped for a while, feel free to let me know if there are any problems with the pull request.