Changes between Version 9 and Version 10 of C++ API
- Timestamp:
- 09/24/12 11:43:36 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C++ API
v9 v10 3 3 == C API == 4 4 5 The header file for the C API is {{{muscle2/cmuscle.h}}}. The functions there are verylimited, but they should be sufficient for most needs:5 The header file for the C API is {{{muscle2/cmuscle.h}}}. The functions there are limited, but they should be sufficient for most needs: 6 6 {{{ 7 7 muscle_error_t MUSCLE_Init(int* argc, char*** argv);