Skip to content

Commit

Permalink
[C] Removed serialboxFortranSavepointGetMetainfoInt64
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Hovy committed Mar 7, 2018
1 parent 68bbbee commit 14c6248
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/serialbox-c/FortranWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ void serialboxFortranSavepointAddMetainfoString(void* savepoint, const char* key

SERIALBOX_FORTRAN_SAVEPOINT_GET_METAINFO(Boolean, bool);
SERIALBOX_FORTRAN_SAVEPOINT_GET_METAINFO(Int32, int);
SERIALBOX_FORTRAN_SAVEPOINT_GET_METAINFO(Int64, std::int64_t);
SERIALBOX_FORTRAN_SAVEPOINT_GET_METAINFO(Float32, float);
SERIALBOX_FORTRAN_SAVEPOINT_GET_METAINFO(Float64, double);
SERIALBOX_FORTRAN_SAVEPOINT_GET_METAINFO(String, const char*);
Expand Down

0 comments on commit 14c6248

Please sign in to comment.