[GME-commit] GMESRC/GME/Gme GMEDoc.cpp,1.33,1.34
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Aug 8 20:09:50 CDT 2006
Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv11711
Modified Files:
GMEDoc.cpp
Log Message:
Closure marking.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: GMEDoc.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GMEDoc.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** GMEDoc.cpp 1 May 2006 17:20:11 -0000 1.33
--- GMEDoc.cpp 8 Aug 2006 19:09:48 -0000 1.34
***************
*** 235,238 ****
--- 235,239 ----
long _wrappingMode; // 0: miniproject; 1: automatic; 2: as is
long _kindFilter; // -1 = all; otherwise calculate the 0b000rsamf mask; where f = Folders; m = Models; a = Atoms; s = Sets; r = References
+ long _markThem;
long _options;
VARIANT_BOOL _directionDown;
***************
*** 253,256 ****
--- 254,258 ----
, &_wrappingMode // 0: miniproject; 1: automatic; 2: as is
, &_kindFilter // -1 = all; otherwise calculate the 0b000rsamf mask; where f = Folders; m = Models; a = Atoms; s = Sets; r = References
+ , &_markThem // -1 = do not mark; otherwise mark it with the value
, &_options
, &_directionDown
***************
*** 277,280 ****
--- 279,283 ----
, _wrappingMode // 0: miniproject, 1: automatic, 2: as is
, _kindFilter // -1 = all, otherwise calculate the 0b000rsamf mask, where f = Folders, m = Models, a = Atoms, s = Sets, r = References
+ , _markThem // -1 = do not mark;
, _directionDown
, PutOut( sel_fcos), PutOut( sel_folders)
More information about the GME-commit
mailing list