소스 검색

Cross compile boost progress support

lagkey
Trevor Irons 7 년 전
부모
커밋
3dc3b1f85f
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2
    2
      CMakeLists.txt
  2. 1
    1
      Modules/FDEM1D/examples/Hantenna.cpp

+ 2
- 2
CMakeLists.txt 파일 보기

55
     find_package (yaml-cpp 0.6 ) #QUIET )  # Serialisation of classes 
55
     find_package (yaml-cpp 0.6 ) #QUIET )  # Serialisation of classes 
56
 endif()
56
 endif()
57
 
57
 
58
-find_package (Eigen3 3.3 )# QUIET)     # Matrix/Vector & Math
59
-find_package (yaml-cpp 0.6 ) #QUIET )  # Serialisation of classes 
58
+find_package (Eigen3 3.3 QUIET)     # Matrix/Vector & Math
59
+find_package (yaml-cpp 0.6 QUIET )  # Serialisation of classes 
60
 
60
 
61
 INCLUDE_DIRECTORIES(${YAML_CPP_INCLUDE_DIR})
61
 INCLUDE_DIRECTORIES(${YAML_CPP_INCLUDE_DIR})
62
 
62
 

+ 1
- 1
Modules/FDEM1D/examples/Hantenna.cpp 파일 보기

37
 
37
 
38
     std::cout <<
38
     std::cout <<
39
     "\n"
39
     "\n"
40
-    << "Hantenna \n\n
40
+    << "Hantenna \n\n"
41
     << "Hantenna is a programme for computing the H field from polygonal wire\n"
41
     << "Hantenna is a programme for computing the H field from polygonal wire\n"
42
     << "loop sources \n\n"
42
     << "loop sources \n\n"
43
     << "Hantenna was built using Lemma (Lemma is an Electromagnetics Modelling API)\n"
43
     << "Hantenna was built using Lemma (Lemma is an Electromagnetics Modelling API)\n"

Loading…
취소
저장