Skip to content

Commit 972a1fd

Browse files
HugoBalleeaothms
authored andcommitted
Update getting_started.rst
IFC_SCHEMA_NAME matching includes
1 parent 6f0bb21 commit 972a1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ifcopenshell-python/docs/ifcopenshell/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ would be with the use of templates as shown below.
3030
#include "ifcparse/Ifc4.h"
3131
#include "ifcparse/Ifc4x3_add2.h"
3232

33-
#define IFC_SCHEMA_SEQ (4x3_rc2)(4)(2x3) // TODO: Enumerate through all IFC schemas you want to be able to process
33+
#define IFC_SCHEMA_SEQ (4x3_add2)(4)(2x3) // TODO: Enumerate through all IFC schemas you want to be able to process
3434
#define EXPAND_AND_CONCATENATE(elem) Ifc##elem
3535
#define PROCESS_FOR_SCHEMA(r, data, elem) if (schema_version == BOOST_PP_STRINGIZE(elem)) { parseIfc<EXPAND_AND_CONCATENATE(elem)>(file); } else
3636

0 commit comments

Comments
 (0)