ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/RcontribSimulManager.h
(Generate patch)

Comparing ray/src/rt/RcontribSimulManager.h (file contents):
Revision 2.2 by greg, Tue Oct 29 19:47:19 2024 UTC vs.
Revision 2.3 by greg, Wed Oct 30 01:38:21 2024 UTC

# Line 154 | Line 154 | extern lut_free_t      FreeRcMod;
154   */
155  
156   /// Output channel opening options: new/exclusive, overwrite if exists, or recover data
157 < enum RCOutputOp {RCOnew, RCOforce, RCOrecover};
157 > enum RCOutputOp {RCOnew=0, RCOforce, RCOrecover};
158  
159   /// Converts above to RdataShare open flags (may be adjusted by calling program)
160   extern int      RSDOflags[];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines