Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ExpressionNode.cc

    re869d663 r097e2b0  
    99// Author           : Rodolfo G. Esteves
    1010// Created On       : Sat May 16 13:17:07 2015
    11 // Last Modified By : Rob Schluntz
    12 // Last Modified On : Wed Aug 12 13:51:11 2015
    13 // Update Count     : 254
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Mon Oct  5 16:37:24 2015
     13// Update Count     : 255
    1414//
    1515
     
    418418
    419419CompositeExprNode::CompositeExprNode( ExpressionNode *f, ExpressionNode *arg1, ExpressionNode *arg2):
    420         function( f ), arguments( arg1) {
    421         arguments->set_link( arg2);
     420        function( f ), arguments( arg1 ) {
     421        arguments->set_link( arg2 );
    422422}
    423423
Note: See TracChangeset for help on using the changeset viewer.