Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created July 8, 2014 12:11
Show Gist options
  • Save cdeil/70fcaa3c0127305bac5a to your computer and use it in GitHub Desktop.
Save cdeil/70fcaa3c0127305bac5a to your computer and use it in GitHub Desktop.
Skipping function GTools.hpp::str(const unsigned short int &value). Error reported from parser was: Expected ")" (at char 26), (line:1, col:27)
Skipping function GTools.hpp::str(const unsigned long int &value). Error reported from parser was: Expected ")" (at char 25), (line:1, col:26)
Skipping function GTools.hpp::str(const unsigned long long int &value). Error reported from parser was: Expected ")" (at char 30), (line:1, col:31)
Skipping function GTools.hpp::str(const short int &value). Error reported from parser was: Expected ")" (at char 17), (line:1, col:18)
Skipping function GTools.hpp::str(const long int &value). Error reported from parser was: Expected ")" (at char 16), (line:1, col:17)
Skipping function GTools.hpp::str(const long long int &value). Error reported from parser was: Expected ")" (at char 21), (line:1, col:22)
Skipping function GFitsHeaderCard::value(const long long &value). Error reported from parser was: Expected ")" (at char 17), (line:1, col:18)
Skipping function GFitsImageLongLong::GFitsImageLongLong(const int &nx, const long long *pixels=NULL). Error reported from parser was: Expected ")" (at char 32), (line:1, col:33)
Skipping function GFitsImageLongLong::GFitsImageLongLong(const int &nx, const int &ny, const long long *pixels=NULL). Error reported from parser was: Expected ")" (at char 47), (line:1, col:48)
Skipping function GFitsImageLongLong::GFitsImageLongLong(const int &nx, const int &ny, const int &nz, const long long *pixels=NULL). Error reported from parser was: Expected ")" (at char 62), (line:1, col:63)
Skipping function GFitsImageLongLong::GFitsImageLongLong(const int &nx, const int &ny, const int &nz, const int &nt, const long long *pixels=NULL). Error reported from parser was: Expected ")" (at char 77), (line:1, col:78)
Skipping function GFitsImageLongLong::GFitsImageLongLong(const int &naxis, const int *naxes, const long long *pixels=NULL). Error reported from parser was: Expected ")" (at char 53), (line:1, col:54)
Skipping function GFitsImageLongLong::construct_data(const long long *pixels). Error reported from parser was: Expected ")" (at char 17), (line:1, col:18)
Skipping function GFitsTableLongLongCol::nulval(const long long *value). Error reported from parser was: Expected ")" (at char 17), (line:1, col:18)
Skipping function GFitsTableLongLongCol::alloc_nulval(const long long *value). Error reported from parser was: Expected ")" (at char 17), (line:1, col:18)
Skipping function gammalib::str(const unsigned short int &value). Error reported from parser was: Expected ")" (at char 26), (line:1, col:27)
Skipping function gammalib::str(const unsigned long int &value). Error reported from parser was: Expected ")" (at char 25), (line:1, col:26)
Skipping function gammalib::str(const unsigned long long int &value). Error reported from parser was: Expected ")" (at char 30), (line:1, col:31)
Skipping function gammalib::str(const short int &value). Error reported from parser was: Expected ")" (at char 17), (line:1, col:18)
Skipping function gammalib::str(const long int &value). Error reported from parser was: Expected ")" (at char 16), (line:1, col:17)
Skipping function gammalib::str(const long long int &value). Error reported from parser was: Expected ")" (at char 21), (line:1, col:22)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment