aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r--Source/WarpX.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H
index b9f969abb..49af33988 100644
--- a/Source/WarpX.H
+++ b/Source/WarpX.H
@@ -65,8 +65,8 @@ public:
WarpX ();
~WarpX ();
- static std::string Version ();
- static std::string PicsarVersion ();
+ static std::string Version (); //! Version of WarpX executable
+ static std::string PicsarVersion (); //! Version of PICSAR dependency
int Verbose () const { return verbose; }