Skip to content
Snippets Groups Projects
Commit f1524165 authored by Alexander Ivanov's avatar Alexander Ivanov
Browse files

moved two variable declrataions.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3405 6dcd42c9-f523-4c6d-aada-af552506706e
parent aa841262
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@
#include "drv/cdsHardware.h"
#include FE_HEADER
#include "tRamp.h"
extern int cycleNum;
extern unsigned int cycle_gps_time;
#include "fm10Gen.h"
#include "drv/dtoal.c"
extern unsigned int dWordUsed[MAX_ADC_MODULES][32];
......@@ -20,8 +22,6 @@ extern unsigned int CDIO6464InputInput[MAX_DIO_MODULES];
extern double *testpoint[500];
extern double xExc[50];
extern char *_ipc_shm;
extern int cycleNum;
extern unsigned int cycle_gps_time;
extern int startGpsTime;
extern CDS_HARDWARE cdsPciModules;
extern unsigned int ipcErrBits;
......
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