11#
22# For more information, please see: http://software.sci.utah.edu
3- #
3+ #
44# The MIT License
5- #
5+ #
66# Copyright (c) 2012 Scientific Computing and Imaging Institute,
77# University of Utah.
8- #
9- #
8+ #
9+ #
1010# Permission is hereby granted, free of charge, to any person obtaining a
1111# copy of this software and associated documentation files (the "Software"),
1212# to deal in the Software without restriction, including without limitation
1313# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1414# and/or sell copies of the Software, and to permit persons to whom the
1515# Software is furnished to do so, subject to the following conditions:
16- #
16+ #
1717# The above copyright notice and this permission notice shall be included
18- # in all copies or substantial portions of the Software.
19- #
18+ # in all copies or substantial portions of the Software.
19+ #
2020# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2121# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2222# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2828
2929SET (Modules_Fields_SRCS
3030 CreateScalarFieldDataBasic.cc
31- FieldToMesh.cc
3231 ReportFieldInfo.cc
3332 InterfaceWithCleaver.cc
3433)
3534
3635SET (Modules_Fields_HEADERS
3736 InterfaceWithCleaver.h
3837 CreateScalarFieldDataBasic.h
39- FieldToMesh.h
4038 ReportFieldInfo.h
4139 share.h
4240)
4341
44- ADD_LIBRARY (Modules_Fields
42+ ADD_LIBRARY (Modules_Fields
4543 ${Modules_Fields_HEADERS}
4644 ${Modules_Fields_SRCS}
4745)
@@ -59,4 +57,3 @@ IF(BUILD_SHARED_LIBS)
5957ENDIF (BUILD_SHARED_LIBS )
6058
6159SCIRUN_ADD_TEST_DIR(Tests)
62-
0 commit comments