pmsco-public/pmsco/loess/fix_main.c
matthias muntwiler bbd16d0f94 add files for public distribution
based on internal repository 0a462b6 2017-11-22 14:41:39 +0100
2017-11-22 14:55:20 +01:00

8 lines
107 B
C

// workaround for linker error
// "libf2c.so.0: undefined symbol: MAIN__ "
//
int MAIN__()
{ return(0);
}