Ignore:
Timestamp:
Apr 29, 2008, 12:19:51 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
e936b3
Parents:
307fd1
Message:

char lengths of 255 and MAXDUMMYSTRING replaced with define MAXSTRINGSIZE in molecuilder and pcp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/defs.hpp

    r307fd1 rc510a7  
    3737enum value_type { string_type, double_type, int_type, row_int, row_double, grid, lower_trigrid, upper_trigrid};
    3838
     39// maximum length of any char array
     40#define MAXSTRINGSIZE 255
     41
    3942// various standard filenames
    4043#define DEFAULTCONFIG "main_pcp_linux"
Note: See TracChangeset for help on using the changeset viewer.