]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGLimits.hxx
pass the float pointer to the isNaN function instead of the SGVec3 type
[simgear.git] / simgear / math / SGLimits.hxx
index f27c9cba5ad2513f15b95c3a610a13e8f62be1dd..ac040edcd57ec653dfe008a72c993b7db9cc2068 100644 (file)
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 // Library General Public License for more details.
 //
-// You should have received a copy of the GNU Library General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA  02111-1307, USA.
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
 #ifndef SGLimits_H
@@ -27,7 +26,4 @@
 template<typename T>
 class SGLimits : public std::numeric_limits<T> {};
 
-typedef SGLimits<float> SGLimitsf;
-typedef SGLimits<double> SGLimitsd;
-
 #endif