projects
/
platform
/
core
/
uifw
/
OpenUSD.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb2db32
)
Convert latin-1 encoded files to utf-8
author
o2b3d
<o2b3d@users.noreply.github.com>
Sat, 3 Feb 2024 03:25:59 +0000
(19:25 -0800)
committer
pixar-oss
<pixar-oss@users.noreply.github.com>
Sat, 3 Feb 2024 03:57:08 +0000
(19:57 -0800)
(Internal change:
2313544
)
pxr/base/gf/ilmbase_half.cpp
patch
|
blob
|
history
diff --git
a/pxr/base/gf/ilmbase_half.cpp
b/pxr/base/gf/ilmbase_half.cpp
index 2b1dcfa068020e2e22f874ead40529daf452ef01..d5da1baf47229271fe1d5431dd136bcdd0bf037d 100644
(file)
--- a/
pxr/base/gf/ilmbase_half.cpp
+++ b/
pxr/base/gf/ilmbase_half.cpp
@@
-80,7
+80,7
@@
half::overflow ()
for (int i = 0; i < 10; i++)
f *= f; // this will overflow before
- // the for
loop terminates
+ // the for
-
loop terminates
return f;
}