Hi
some little things in the trunk Version (cppcheck complains about)
- pixiData.h line 26 "<=" has to be "<"
- ecentControl.cpp line 284 char fileExtension[4]; has to be char
fileExtension[5]; because of sprintf(fileExtension,"f%03d",yearNumber);
- MMSClass.cpp line 386 char fileExtension[4]; has to be char fileExtension[5];
- fieldOrder.cpp line 17 trcpy(crop_id," ");
has to be less " ", because char crop_id[20];
I think the following files can be deleted from trunk, because they are not
needed and/or partially fails to build
- depend.C/.h
- tertairy_instant.C/.h
- log_clone.h
- bugmain.C
- action_divide.C
- action_merge.C
- all q*.C/.h files (< Qt4)
So the trunk dir can be more clear. Ideally would otherwise be a subdirectory
for all gui things;)
Thank you for Daisy, it is a real good code base and input/output concept!
thx
Christof
Original issue reported on code.google.com by christof...@googlemail.com on 26 Jun 2013 at 7:32
Original issue reported on code.google.com by
christof...@googlemail.com
on 26 Jun 2013 at 7:32