emfomy / isvd

Integrated Singular Value Decomposition (iSVD)
MIT License
2 stars 1 forks source link

Fix incompatibility with GCC 4.6 and below. #13

Closed emfomy closed 7 years ago

emfomy commented 7 years ago

ISO C++ does not allow C99 designated initializers.

Error message: include/c/isvd/core/param.h:131:5: error: expected primary-expression before ‘.’ token.

emfomy commented 7 years ago

Force to use C to compile these files.