Changes in classes/DelphesCylindricalFormula.cc [341014c:c1ce3fe] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesCylindricalFormula.cc
r341014c rc1ce3fe 16 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 17 */ 18 18 19 19 20 #include "classes/DelphesCylindricalFormula.h" … … 53 54 for(it = expression; *it; ++it) 54 55 { 55 if(*it == ' ' || *it == '\t' || *it == '\r' || *it == '\n' || *it == '\\' ) continue;56 if(*it == ' ' || *it == '\t' || *it == '\r' || *it == '\n' || *it == '\\' ) continue; 56 57 buffer.Append(*it); 57 58 }
Note:
See TracChangeset
for help on using the changeset viewer.