Skip to content

Commit

Permalink
Remove <RESIDUAL> from --json
Browse files Browse the repository at this point in the history
  • Loading branch information
aeslaughter authored and milljm committed Sep 10, 2019
1 parent 9df1205 commit 2c89b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/parser/Parser.C
Expand Up @@ -710,7 +710,7 @@ Parser::buildJsonSyntaxTree(JsonSyntaxTree & root) const
// restricted
// in any way by the user.
const std::vector<std::string> & buildable_types = action_obj_params.getBuildableTypes();
std::string moose_obj_name = moose_obj->first; // Create a copy because it is modified later
std::string moose_obj_name = moose_obj->first;

// See if the current Moose Object syntax belongs under this Action's block
if ((buildable_types.empty() || // Not restricted
Expand Down

0 comments on commit 2c89b97

Please sign in to comment.