mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-18 23:42:21 +01:00
warnings fixed
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@343 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@@ -65,7 +65,7 @@ class enCalLogClass {
|
||||
|
||||
int readHeader(ifstream &infile, char *settings, int &nmod, int &chanspermod, int *mods ) { \
|
||||
nmod=0; strcpy(settings,"unknown"); chanspermod=0; \
|
||||
char line[1000], myvar[100], myarg[100]; \
|
||||
char line[1000],myarg[100]; \
|
||||
int dum; \
|
||||
for (int iv=0; iv<3; iv++) { \
|
||||
infile.getline(line,1000); \
|
||||
|
||||
Reference in New Issue
Block a user