Skip to content

Commit

Permalink
DRR - Add missing include cstdlib for labs. Not sure how this was nev…
Browse files Browse the repository at this point in the history
…er previously an issue... (#814)
  • Loading branch information
drroe committed May 2, 2020
1 parent 4be90c8 commit bf25b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ForLoop_dataSetBlocks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifdef MPI
# include "Parallel.h"
#endif
#include <cstdlib>

/// CONSTRUCTOR
ForLoop_dataSetBlocks::ForLoop_dataSetBlocks() :
Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Whenever a number that precedes <revision> is incremented, all subsequent
* numbers should be reset to 0.
*/
#define CPPTRAJ_INTERNAL_VERSION "V4.26.2"
#define CPPTRAJ_INTERNAL_VERSION "V4.26.3"
/// PYTRAJ relies on this
#define CPPTRAJ_VERSION_STRING CPPTRAJ_INTERNAL_VERSION
#endif

0 comments on commit bf25b27

Please sign in to comment.