modelica-3rdparty / netCDF-DataReader

Modelica library for interfacing netCDF files using different interpolation and extrapolation methods
http://www.j-raedler.de/projects/ncdatareader2
GNU Lesser General Public License v2.1
8 stars 6 forks source link

include with "quotes" instead of <guillemets> #16

Closed thorade closed 6 years ago

thorade commented 6 years ago

https://stackoverflow.com/questions/21593/what-is-the-difference-between-include-filename-and-include-filename https://msdn.microsoft.com/en-us/library/36k2cdd4%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396

Also, the examples in the Spec, section 12.9.4 use this syntax.

@MaxUdK FYI

tbeu commented 6 years ago

There also is Include = "#include <FullAPIFunctions.h>". Why did you not touch them?

thorade commented 6 years ago

That should also be changed. I did a search & replace, must have missed that one.

thorade commented 6 years ago

Now it should be changed in all Modelica files. Not sure whether it should be changed in the .c files also!?