Skip to content

Test stand alone programs in the README.md #71

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged

Conversation

zbeekman
Copy link
Contributor

@zbeekman zbeekman commented Mar 1, 2015

  • Fixes test the stand alone programs listed in the README.md #67 compile and test example code from README.md
  • Small bug fix to dynamically computing the number of digits for real format edit descriptors
    • ceiling( log10( ... --> floor( 1 + log10( ...
    • consider the case when the number in question is a power of 10 e.g. 100 has 3 digits

 - Fixes jacobwilliams#67 compile and test example code from README.md
 - Small bug fix to dynamically computing the number of digits for real format edit descriptors
   - ceiling( log10( ... --> floor( 1 + log10( ...
   - consider the case when the number in question is a power of 10 e.g. 100 has 3 digits
jacobwilliams added a commit that referenced this pull request Mar 1, 2015
Test stand alone programs in the README.md
@jacobwilliams jacobwilliams merged commit 6d725e3 into jacobwilliams:master Mar 1, 2015
@zbeekman zbeekman deleted the check-readme-programs-issue-67 branch March 3, 2015 16:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test the stand alone programs listed in the README.md
2 participants