소스 검색

include guards for vtk

add-code-of-conduct-1
Trevor Irons 5 년 전
부모
커밋
74504768b2
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      Modules/LemmaCore/src/RectilinearGridVTKImporter.cpp

+ 3
- 0
Modules/LemmaCore/src/RectilinearGridVTKImporter.cpp 파일 보기

17
  * @copyright Copyright (c) 2018, Lemma Software, LLC
17
  * @copyright Copyright (c) 2018, Lemma Software, LLC
18
  */
18
  */
19
 
19
 
20
+#if LEMMAUSEVTK
21
+
20
 #include "RectilinearGridVTKImporter.h"
22
 #include "RectilinearGridVTKImporter.h"
21
 
23
 
22
 namespace Lemma {
24
 namespace Lemma {
141
 /* vim: set tabstop=4 expandtab: */
143
 /* vim: set tabstop=4 expandtab: */
142
 /* vim: set filetype=cpp: */
144
 /* vim: set filetype=cpp: */
143
 
145
 
146
+#endif     // -----  not LEMMAUSEVTK  -----

Loading…
취소
저장