Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -320,6 +320,9 @@ void database::dbAddSurvey(int sid, const string groups,
// 4. set optional values which are available (in header or in metadata)
try
{
// FIXME add check that any of cards RESTFREQ RESTFRQ RESTWAV exist:Add only if not!
ostringstream restfrq;
restfrq.setf(ios::fixed, ios::floatfield);
restfrq.setf(ios::showpoint);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment