#ifndef OBSCODE_H #define OBSCODE_H /* convert RINEX obs-type ver.2 -> ver.3 -------------------------------------*/ void convcode(double ver, int sys, const char *str, char *type); #endif