Line data Source code
1 : /****************************************************************/ 2 : /* DO NOT MODIFY THIS HEADER */ 3 : /* BlackBear */ 4 : /* */ 5 : /* (c) 2017 Battelle Energy Alliance, LLC */ 6 : /* ALL RIGHTS RESERVED */ 7 : /* */ 8 : /* Prepared by Battelle Energy Alliance, LLC */ 9 : /* Under Contract No. DE-AC07-05ID14517 */ 10 : /* With the U. S. Department of Energy */ 11 : /* */ 12 : /* See COPYRIGHT for full restrictions */ 13 : /****************************************************************/ 14 : 15 : #include "BlackBearSyntax.h" 16 : 17 : namespace BlackBear 18 : { 19 : 20 : void 21 3670 : associateSyntax(Syntax & syntax, ActionFactory & /*action_factory*/) 22 : { 23 7340 : registerSyntax("EmptyAction", "Constraints/EqualValueEmbeddedConstraint"); 24 7340 : registerSyntax("EqualValueEmbeddedConstraintAction", 25 : "Constraints/EqualValueEmbeddedConstraint/*"); 26 3670 : } 27 : } // namespace BlackBear