Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ExpressionNode.cc

    r6e3eaa57 r9a705dc8  
    1010// Created On       : Sat May 16 13:17:07 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jun  4 21:24:45 2018
    13 // Update Count     : 802
     12// Last Modified On : Thu Mar 22 11:57:39 2018
     13// Update Count     : 801
    1414//
    1515
     
    314314
    315315Expression * build_constantStr( string & str ) {
    316         assert( str.length() > 0 );
    317316        string units;                                                                           // units
    318317        sepString( str, units, '"' );                                           // separate constant from units
Note: See TracChangeset for help on using the changeset viewer.