Skip to content

Commit

Permalink
ObjexxFCL: Fix random module include
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadParrot committed Jul 10, 2017
1 parent b731b4e commit 3921b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/ObjexxFCL/src/ObjexxFCL/random.hh
Expand Up @@ -14,7 +14,7 @@
// Licensing is available from Objexx Engineering, Inc.: http://objexx.com

// ObjexxFCL Headers
#include <ObjexxFCL/Array1.hh>
#include <ObjexxFCL/Array1D.hh>
#include <ObjexxFCL/Optional.hh>

// C++ Headers
Expand Down

8 comments on commit 3921b4e

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ObjexxFCL42 (DeadParrot) - x86_64-MacOS-10.9-clang: OK (2649 of 2649 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ObjexxFCL42 (DeadParrot) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2689 of 2689 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ObjexxFCL42 (DeadParrot) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)

Build Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ObjexxFCL42 (DeadParrot) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1451 of 1451 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ObjexxFCL42 (DeadParrot) - i386-Windows-7-VisualStudio-14: OK (2650 of 2655 tests passed, 0 test warnings)

Messages:

  • 1 test had: EIO diffs.
  • 1 test had: ESO big diffs.
  • 1 test had: MTR big diffs.
  • 1 test had: Table big diffs.

Failures:

EnergyPlusFixture Test Summary

  • Passed: 484
  • Failed: 4

regression Test Summary

  • Passed: 600
  • Failed: 1

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ObjexxFCL42 (DeadParrot) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (2054 of 2054 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ObjexxFCL42 (DeadParrot) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ObjexxFCL42 (DeadParrot) - Win64-Windows-7-VisualStudio-14: OK (2655 of 2655 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.