Print

Print


Commit in projects/lcdd/trunk/include/lcdd/schema on MAIN
FieldMap3DType.hh+2-23039 -> 3040
Fix bug in setting offsets.

projects/lcdd/trunk/include/lcdd/schema
FieldMap3DType.hh 3039 -> 3040
--- projects/lcdd/trunk/include/lcdd/schema/FieldMap3DType.hh	2014-03-03 22:42:57 UTC (rev 3039)
+++ projects/lcdd/trunk/include/lcdd/schema/FieldMap3DType.hh	2014-03-06 22:48:49 UTC (rev 3040)
@@ -56,7 +56,7 @@
      * @param yoffset The y offset.
      */
     void set_yoffset(const std::string& yoffset) {
-        _xoffset = yoffset;
+        _yoffset = yoffset;
     }
 
     /**
@@ -64,7 +64,7 @@
      * @param zoffset The z offset.
      */
     void set_zoffset(const std::string& zoffset) {
-        _xoffset = zoffset;
+        _zoffset = zoffset;
     }
 
     /**
SVNspam 0.1


Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1