Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / options / basicoptions.h
index 9b96025ad3835d995fcac913d303f883fc599ab2..89a10d9d64c940a6837472bd9754068fc533e62b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2010,2011,2012,2013,2014,2015,2016,2017, by the GROMACS development team, led by
+ * Copyright (c) 2010,2011,2012,2013,2014,2015,2016,2017,2018, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -163,7 +163,7 @@ class IntegerOption : public OptionTemplate<int, IntegerOption>
  *
  * \inpublicapi
  */
-class Int64Option : public OptionTemplate<gmx_int64_t, Int64Option>
+class Int64Option : public OptionTemplate<int64_t, Int64Option>
 {
     public:
         //! OptionInfo subclass corresponding to this option type.