X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fprojections.h;h=eb1e853db11a3b9a8d0536fa5c566ebff0be8d22;hb=e203a04e18a94e6c26f54965c54ddb7e025afdd9;hp=8a916166170327ee92adcde5dffe93d6b7993c21;hpb=a05f3cb550877e94aa118cc04b361c0c8fdb3dc3;p=ctsim.git diff --git a/include/projections.h b/include/projections.h index 8a91616..eb1e853 100644 --- a/include/projections.h +++ b/include/projections.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: projections.h,v 1.13 2000/08/31 08:38:58 kevin Exp $ +** $Id: projections.h,v 1.14 2000/09/02 05:10:39 kevin Exp $ ** ** ** This program is free software; you can redistribute it and/or modify @@ -62,8 +62,8 @@ class Projections void setDetInc (double detInc) { m_detInc = detInc;} void setPhmLen (double phmLen) { m_phmLen = phmLen;} void setCalcTime (double calcTime) {m_calcTime = calcTime;} - void setRemark (const char* remark) {m_remark = remark;} - void setRemark (const string& remark) {m_remark = remark;} + void setRemark (const char* remark) {m_remark = remark; m_label.setLabelString(remark);} + void setRemark (const string& remark) {setRemark(remark.c_str());} double detStart() const {return m_detStart;} double rotStart() const {return m_rotStart;}