Skip to content
Snippets Groups Projects
Commit f5c9333e authored by Rolf Bork's avatar Rolf Bork
Browse files

Synch with branch-2.9

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3762 6dcd42c9-f523-4c6d-aada-af552506706e
parent d9f22eba
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ of this distribution.
// File save on exit.
// Add code start time to log.
// Move log to new directory. Keep appending??
// Make sure diffs aren't because of no init.
// Add time of save and name of file saved messages.
/*
* Main program for demo sequencer
......@@ -920,7 +922,7 @@ void dbDumpRecords(DBBASE *pdbbase)
pdbentry = dbAllocEntry(pdbbase);
chNum = 0;
for(ii=0;ii<3;ii++) {
for(ii=0;ii<2;ii++) {
status = dbFindRecordType(pdbentry,mytype[ii]);
// status = dbFirstRecordType(pdbentry);
......
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