- Timestamp:
- Feb 11, 2009 4:42:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/unitTest.cpp
r1321 r1339 1976 1976 std::string topName="row_master"; 1977 1977 std::string blockName="block_"; 1978 blockName.append(1,'a'+i); 1978 char bName = 'a'+i; 1979 blockName.append(1,bName); 1979 1980 structured.addBlock(topName,blockName,top); 1980 1981 structured.addBlock(blockName,blockName,sub);
Note: See TracChangeset
for help on using the changeset viewer.