Skip to content

Commit

Permalink
refs #4201 fixing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jan 2, 2012
1 parent 08f6d67 commit 2bea53c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class DLLExport MDEventWSWrapper
void refreshCache(){ cashRefresher[n_dimensions]();}
private:
/// maximal nuber of dimensions, currently supported by the class;
static const int MAX_N_DIM=8;
static const size_t MAX_N_DIM=8;
/// actual number of dimensions, initiated in current MD workspace 0 if not initated;
size_t n_dimensions;
/// logger -> to provide logging, for MD dataset file operations
Expand Down

0 comments on commit 2bea53c

Please sign in to comment.