Commit 350adf6c authored by Robert Butora's avatar Robert Butora
Browse files

cutout: adds comment only (for checking whether rest-freq cards already exist)

parent cc839442
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -320,6 +320,9 @@ void database::dbAddSurvey(int sid, const string groups,
      // 4. set optional values which are available (in header or in metadata)
      // 4. set optional values which are available (in header or in metadata)
      try
      try
		{
		{

			// FIXME add check that any of cards RESTFREQ RESTFRQ RESTWAV exist:Add only if not! 

			ostringstream restfrq;
			ostringstream restfrq;
			restfrq.setf(ios::fixed, ios::floatfield);
			restfrq.setf(ios::fixed, ios::floatfield);
			restfrq.setf(ios::showpoint);
			restfrq.setf(ios::showpoint);