Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/ConditionsDB/SimpleTime.h
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
//
// __References__
// Number of days per year (365.25637):
// - Nordling, �sterman:
// - Nordling, Österman:
// Physics Handbook For Science And Engineering,
// Studentlitteratur AB, 1999. ISBN 9144008236
// For time_t:
Expand Down
4 changes: 2 additions & 2 deletions src/Debug.h
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@


//
// Modifica o c�digo para usar a consola para debug ou, preferencialmente,
// a fun��o mysql_debug().
// Modifica o código para usar a consola para debug ou, preferencialmente,
// a função mysql_debug().
//

#ifndef Debug_h
Expand Down
2 changes: 1 addition & 1 deletion tests/performanceTests/performanceTests.cxx
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ int main ()

//Tests to the BLOB interface:
long n_obj[5]={10,100,1000,10000,50000};
int num_tests = 5; //N� of tests to perform = number of values in the array n_obj
int num_tests = 5; // of tests to perform = number of values in the array n_obj

//Tests to the CondDBTable interface:
int numOfColumns[8] = {1,2,3,4,5,6,7,8}; //Array to the maximum number of columns
Expand Down